summaryrefslogtreecommitdiffstats
path: root/python/extract.py
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-07-20 14:15:08 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-07-20 14:15:08 +0000
commitde689235e938f0060ecad6fa0ce1933b700f6e71 (patch)
tree89f51e25d03986e0c2d94717455eff2b7970f0c9 /python/extract.py
parent14acf6a2632e9d6ba2f93dca5c5a004744009f8d (diff)
* python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py.
proxies.py, service.py: Cleanup of code after running it through the pyflakes code checker mostly dealing with undefined names. (Bug #3828, Patch from Anthony Baxter <anthony@interlink.com.au>)
Diffstat (limited to 'python/extract.py')
-rw-r--r--python/extract.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/extract.py b/python/extract.py
index f836edc7..3cdb9755 100644
--- a/python/extract.py
+++ b/python/extract.py
@@ -1,7 +1,5 @@
import commands
-import glob
import re
-import os
import string
import sys