diff options
author | Melik Manukyan <melik@remus.gateway.2wire.net> | 2009-12-11 20:56:54 -0800 |
---|---|---|
committer | Melik Manukyan <melik@remus.gateway.2wire.net> | 2009-12-11 20:56:54 -0800 |
commit | 9f8e5b6c7c4a65c9107e5af296bc9cb5b27b2d70 (patch) | |
tree | 1b6b519cc79ff148d53de0d0a88ff1db0ef47e8b /archey | |
parent | 4e3cbd0c5ed3c9c1d109c406b238b24d10c9f1c8 (diff) |
removed configparser
Diffstat (limited to 'archey')
-rwxr-xr-x | archey | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,14 +1,10 @@ #!/usr/bin/env python # Import libraries -import subprocess, ConfigParser, optparse +import subprocess, optparse from subprocess import Popen, PIPE from optparse import OptionParser -# Import configuration -config = ConfigParser.RawConfigParser() -config.read('config') - # Array containing Values list = [] |