diff options
author | Tom Christie | 2012-09-20 13:19:43 +0100 |
---|---|---|
committer | Tom Christie | 2012-09-20 13:19:43 +0100 |
commit | 87dae4d8549c02fa9a57adb3bb876d249dae1f79 (patch) | |
tree | f3cf967490b79045ddf2be03e1e2ecebb23f58eb /djangorestframework/__init__.py | |
parent | 4b691c402707775c3048a90531024f3bc5be6f91 (diff) | |
download | django-rest-framework-87dae4d8549c02fa9a57adb3bb876d249dae1f79.tar.bz2 |
Remove old 'djangorestframework directories
Diffstat (limited to 'djangorestframework/__init__.py')
-rw-r--r-- | djangorestframework/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py deleted file mode 100644 index 557f5943..00000000 --- a/djangorestframework/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -__version__ = '2.0.0' - -VERSION = __version__ # synonym |