summaryrefslogtreecommitdiff
path: root/pb/lib
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-08-12 16:08:28 -0700
committeryo mama <pepper@scannerjammer.com>2015-08-12 16:08:28 -0700
commit0a90d5fb89bb5baa0bc34fb0dcea134d6bc8e220 (patch)
tree5544c44f60fd689f8dd7bac1c7beee4a8a972ee1 /pb/lib
parent1340ec9d6986bbdec92d0d5c12df9ae2d78ec651 (diff)
cleanup successful, still testing
Diffstat (limited to 'pb/lib')
-rw-r--r--[-rwxr-xr-x]pb/lib/Db/__init__.py (renamed from pb/lib/db.py)1
-rw-r--r--pb/lib/Utils/__init__.py (renamed from pb/lib/utils.py)2
2 files changed, 2 insertions, 1 deletions
diff --git a/pb/lib/db.py b/pb/lib/Db/__init__.py
index 66db35d..91b0fcf 100755..100644
--- a/pb/lib/db.py
+++ b/pb/lib/Db/__init__.py
@@ -1,4 +1,5 @@
import MySQLdb
+import time
USER = "asdfus"
PASSWORD = "gTYgT&M6q"
DATABASE = "asdfus"
diff --git a/pb/lib/utils.py b/pb/lib/Utils/__init__.py
index 5ca5b3e..1d5a708 100644
--- a/pb/lib/utils.py
+++ b/pb/lib/Utils/__init__.py
@@ -1,5 +1,5 @@
import re
-from pb.config import *
+from pb.Config import *
import time
import urllib
import urllib2