diff options
author | Richard Wall <richard@largo> | 2011-06-18 15:55:15 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-06-18 15:55:15 +0100 |
commit | bd007c8ef6386e9d15fc0841876512dc77eb4c9b (patch) | |
tree | 53a846ffbe3fa244862952855fc1828a180bac7f /jarmonbuild/commands.py | |
parent | 2c5d62013d638b20c1dd2eaa17494998a55115c1 (diff) |
Remove unused imports
Diffstat (limited to 'jarmonbuild/commands.py')
-rw-r--r-- | jarmonbuild/commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py index 1aaa155..398ba71 100644 --- a/jarmonbuild/commands.py +++ b/jarmonbuild/commands.py @@ -17,9 +17,6 @@ from tempfile import gettempdir from urllib2 import urlopen from zipfile import ZipFile, ZIP_DEFLATED -from lxml.cssselect import CSSSelector -from lxml import html - import pkg_resources |