Commit a17d49fba7ab91fb9740a5c94458d64bbce4db9f
Committed by
Sergio Oliveira
1 parent
98b2222c
Exists in
master
and in
79 other branches
Removing unwanted spaces in the spb.py.erb
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
cookbooks/colab/templates/spb.py.erb
1 | -from django.utils.translation import ugettext_lazy as _ | |
2 | -from colab.plugins.utils.menu import colab_url_factory | |
3 | - | |
1 | +from django.utils.translation import ugettext_lazy as _ | |
2 | +from colab.plugins.utils.menu import colab_url_factory | |
3 | + | |
4 | 4 | name = "colab_spb" |
5 | 5 | verbose_name = "SPB Plugin" |
6 | 6 | ... | ... |