Kill 2.6/2.7
This commit is contained in:
parent
ea2979c75f
commit
b8d927df8e
2 changed files with 1 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue