remove comments from scripts, they don't need to be there

This commit is contained in:
Thomas S Hatch 2011-05-26 09:44:50 -06:00
parent adb217c5db
commit 9f2f1a8320
2 changed files with 2 additions and 6 deletions

View File

@ -2,9 +2,7 @@
'''
Publish commands to the salt system from the command line on the master.
'''
# Eventually we need to be able to interlink salt masters and form quorum's,
# and create the ability for external systems to talk to salt. This interface
# is just a cli interface so that we can get this kicked off and working
import salt.cli
def main():

View File

@ -2,9 +2,7 @@
'''
Publish commands to the salt system from the command line on the master.
'''
# Eventually we need to be able to interlink salt masters and form quorum's,
# and create the ability for external systems to talk to salt. This interface
# is just a cli interface so that we can get this kicked off and working
import salt.cli
def main():