Commit d0b40e71 authored by Marco Mariani's avatar Marco Mariani

removed comments

parent ec3146d1
...@@ -28,10 +28,11 @@ ...@@ -28,10 +28,11 @@
# #
############################################################################## ##############################################################################
import slapos.slap.slap
import argparse import argparse
import ConfigParser import ConfigParser
import slapos.slap.slap
def do_bang(config, message): def do_bang(config, message):
computer_id = config.get('slapos', 'computer_id') computer_id = config.get('slapos', 'computer_id')
......
...@@ -12,8 +12,6 @@ class ConfigError(Exception): ...@@ -12,8 +12,6 @@ class ConfigError(Exception):
class ConfigCommand(Command): class ConfigCommand(Command):
"Base class for commands that require a configuration file" "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 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