diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
| commit | f9245931af0b8513f3b38e42a89e89ecb96593c6 (patch) | |
| tree | 1c2c44bbd13bd08765ffd35d1c5b2648db218783 /Pb_Api/__init__.py | |
| parent | 021842ec42b991e7a641ae26862d77b324ea05db (diff) | |
still working on it
Diffstat (limited to 'Pb_Api/__init__.py')
| -rw-r--r-- | Pb_Api/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pb_Api/__init__.py b/Pb_Api/__init__.py index 14bf18e..ced9983 100644 --- a/Pb_Api/__init__.py +++ b/Pb_Api/__init__.py @@ -3,6 +3,7 @@ import urllib2 import sys import random import simplejson as json +import urllib2 class Pb_Api: def __init__(self): |
