aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTom Christie2013-02-14 10:18:18 +0000
committerTom Christie2013-02-14 10:18:18 +0000
commit84f059758ec4684df80bd8c811f8e71f27b14773 (patch)
tree86d0288a12fc5c2bd4d2f9609df9837a23e55aa2 /setup.py
parent095c11891b24a77ce316e6c950d8bf678e9b5b70 (diff)
downloaddjango-rest-framework-84f059758ec4684df80bd8c811f8e71f27b14773.tar.bz2
Drop currently unused unicode_literals in setup.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dddec969..ebaaf982 100755
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-#from __future__ import unicode_literals
-
from setuptools import setup
import re
import os