diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-31 08:42:28 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-31 08:42:28 -0700 |
| commit | 726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch) | |
| tree | f692a4abede11f50830f6935c086676f3f1db778 /django/__init__.py | |
| parent | a023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff) | |
Started attackign the next flake8 violation
Diffstat (limited to 'django/__init__.py')
| -rw-r--r-- | django/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/__init__.py b/django/__init__.py index b8077e17fa..5b4034bfed 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -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. |
