summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2020-05-12 20:02:01 +0600
committerGitHub <noreply@github.com>2020-05-12 20:02:01 +0600
commit0404b486b11b81de780234b944179fa7bde6f2b7 (patch)
tree5e66ce0291c78f3d80a054bb7bdf8f0b86e9c33d /setup.py
parent46647402896db5f0d979eba9594623e889739060 (diff)
downloadoauthlib-0404b486b11b81de780234b944179fa7bde6f2b7.tar.gz
Remove Python 2 codes (#734)
* Update setup.py * remove un needed python 2 codes * remove un needed python 2 codes * remove un needed python 2 codes
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 9e248dd..6fada45 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
# Hack because logging + setuptools sucks.
try:
import multiprocessing