mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 07:54:01 +01:00
Removed import lib.*/from lib.*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user