Commit d0b40e71 authored by Marco Mariani's avatar Marco Mariani

removed comments

parent ec3146d1
......@@ -28,10 +28,11 @@
#
##############################################################################
import slapos.slap.slap
import argparse
import ConfigParser
import slapos.slap.slap
def do_bang(config, message):
computer_id = config.get('slapos', 'computer_id')
......
......@@ -12,8 +12,6 @@ class ConfigError(Exception):
class ConfigCommand(Command):
"Base class for commands that require a configuration file"
# TODO: what commands need slapos.cfg / slapos_client.cfg?
# XXX: always use SafeConfigParser, or sometimes RawConfigParser?
log = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment