Skip to content

Commit

Permalink
Changed order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sceeter89 committed Jan 4, 2016
1 parent 1ca0c9b commit bd19986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluon/portalocker.py
Expand Up @@ -53,8 +53,8 @@
except:
try:
import win32con
import win32file
import pywintypes
import win32file
os_locking = 'windows'
except:
pass
Expand Down

0 comments on commit bd19986

Please sign in to comment.