remove dead code line

This commit is contained in:
James Vasile 2013-02-06 12:40:46 -05:00
parent fb3af15edd
commit 3ad9ed794c

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
import os, sys, argparse
#import logging
from gettext import gettext as _
import cfg
if not os.path.join(cfg.file_root, "vendor") in sys.path: