projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
848fdd3
)
Add missing import
author
Aaron Hill
<aa1ronham@gmail.com>
Sat, 5 Nov 2016 23:10:50 +0000
(19:10 -0400)
committer
Aaron Hill
<aa1ronham@gmail.com>
Sat, 5 Nov 2016 23:10:50 +0000
(19:10 -0400)
tests/test_auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_auth.py
b/tests/test_auth.py
index f3f402c20d50db003070a45086bb5a57b34dc93d..6211ebd2fcb25d32251bc871ff155a9f8574e464 100644
(file)
--- a/
tests/test_auth.py
+++ b/
tests/test_auth.py
@@
-4,6
+4,8
@@
from .config import *
from tweepy import API, OAuthHandler
import six
+import random
+
if six.PY3:
import unittest
else: