Cleanup of obsolete module import.

This commit is contained in:
Cas Cremers 2013-12-09 14:25:11 +00:00
parent c9b1d08f4f
commit a7230702cb

View File

@ -26,7 +26,6 @@
""" Import externals """ """ Import externals """
import sys import sys
import os.path import os.path
import shlex
try: try:
from subprocess import Popen,PIPE from subprocess import Popen,PIPE
except: except: