diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-07 23:45:48 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-07 23:45:48 +0200 |
commit | 4ae9bd9a9c6ffca3301858b3c8d95ca4cf2b78dc (patch) | |
tree | 0382ee39c1f362512b201c7dbdaade506aeddf74 /portato/backend/flags.py | |
parent | 87440084fc62f1ebb1a2ad96041740df994071f4 (diff) | |
download | portato-4ae9bd9a9c6ffca3301858b3c8d95ca4cf2b78dc.tar.gz portato-4ae9bd9a9c6ffca3301858b3c8d95ca4cf2b78dc.tar.bz2 portato-4ae9bd9a9c6ffca3301858b3c8d95ca4cf2b78dc.zip |
Fixed pyflakes errors
Diffstat (limited to '')
-rw-r--r-- | portato/backend/flags.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/backend/flags.py b/portato/backend/flags.py index 5d786b8..8f5723d 100644 --- a/portato/backend/flags.py +++ b/portato/backend/flags.py @@ -13,7 +13,6 @@ from __future__ import absolute_import, with_statement import os -import os.path import itertools as itt from subprocess import Popen, PIPE # needed for grep |