Sort import statements alphabetically.

bug/bundler_fix
Spencer McIntyre 2013-08-15 09:27:13 -04:00 committed by Tod Beardsley
parent 2e152a5392
commit 796ac18d86
2 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
import os
import sys
import shlex
import ctypes
import socket
import struct
import shutil
import fnmatch
import getpass
import os
import platform
import shlex
import shutil
import socket
import struct
import subprocess
import sys
has_windll = hasattr(ctypes, 'windll')

View File

@ -1,14 +1,14 @@
#!/usr/bin/python
import os
import sys
import code
import random
import ctypes
import os
import random
import select
import socket
import struct
import threading
import subprocess
import sys
import threading
has_windll = hasattr(ctypes, 'windll')