1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

Started attackign the next flake8 violation

This commit is contained in:
Alex Gaynor
2013-10-31 08:42:28 -07:00
parent a023a84c06
commit 726ded5708
38 changed files with 128 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
VERSION = (1, 7, 0, 'alpha', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.
# Only import if it's actually called.