From 726ded5708e4e8767e69a6f6f6a039e75667ce03 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 31 Oct 2013 08:42:28 -0700 Subject: Started attackign the next flake8 violation --- django/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/__init__.py') 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. -- cgit v1.3