diff options
| author | Tom Christie | 2013-02-14 10:18:18 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-14 10:18:18 +0000 | 
| commit | 84f059758ec4684df80bd8c811f8e71f27b14773 (patch) | |
| tree | 86d0288a12fc5c2bd4d2f9609df9837a23e55aa2 | |
| parent | 095c11891b24a77ce316e6c950d8bf678e9b5b70 (diff) | |
| download | django-rest-framework-84f059758ec4684df80bd8c811f8e71f27b14773.tar.bz2 | |
Drop currently unused unicode_literals in setup.
| -rwxr-xr-x | setup.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -1,8 +1,6 @@  #!/usr/bin/env python  # -*- coding: utf-8 -*- -#from __future__ import unicode_literals -  from setuptools import setup  import re  import os | 
