Kill 2.6/2.7

This commit is contained in:
Ryan McGrath 2020-04-02 23:08:52 -07:00
parent ea2979c75f
commit b8d927df8e
No known key found for this signature in database
GPG key ID: 811674B62B666830
2 changed files with 1 additions and 7 deletions

View file

@ -2,10 +2,7 @@
import os
import sys
if sys.version_info[0] == 2 and sys.version_info[1] == 6:
import unittest2 as unittest
else:
import unittest
import unittest
app_key = os.environ.get('APP_KEY')
app_secret = os.environ.get('APP_SECRET')