Skip to content

Commit bf4b836

Browse files
committed
fixbugs
1 parent 155edbf commit bf4b836

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

binpythonfull.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ def releases_ver():
4242

4343
def build_importlibs():
4444
print(importlibs)
45-
from email.policy import default
4645
from os import makedirs
4746
import time
4847
#get system info(windows or linux ...)
4948
import platform
50-
from xmlrpc.server import CGIXMLRPCRequestHandler
5149
sys = platform.system()
5250
#if system is windows, then enable setwindowtitle() function
5351
if sys == "Windows":

0 commit comments

Comments
 (0)