Removed import lib.*/from lib.*

This commit is contained in:
Bas Stottelaar
2014-09-16 22:06:41 +02:00
parent 964c5008ca
commit a6fe517f87
22 changed files with 51 additions and 50 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ import socket
# Try using local version, followed by system, and none if neither are found
try:
import lib.socks as socks
import socks as socks
except ImportError:
try:
import socks as socks