Skip to content

Commit 213f505

Browse files
committed
space remove
1 parent 9a7e7d7 commit 213f505

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

django_petra/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
__title__ = 'Django Petra'
32
__version__ = '0.0.01'
43
__author__ = 'Mostafa'

django_petra/path.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def modules_path(*args):
1111
def mail_template_path(*args):
1212
return base_path('template', 'mail', *args)
1313

14-
1514
def base_module_name():
1615
root_urlconf = settings.ROOT_URLCONF
1716
base_module_name = root_urlconf.split('.')[0]

django_petra/status.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# code4mk/status.py
2-
31
class Status:
42
# Informational - 1xx
53
HTTP_100_CONTINUE = 100

0 commit comments

Comments
 (0)