More whitespace cleanup.

This commit is contained in:
Griatch 2012-03-30 23:57:04 +02:00
parent c0322c9eae
commit 45c5be8468
43 changed files with 1116 additions and 1131 deletions

View file

@ -115,8 +115,3 @@ class OOCCmdSet(default_cmds.OOCCmdSet):
# #
# any commands you add below will overload the default ones. # any commands you add below will overload the default ones.
# #

View file

@ -38,4 +38,3 @@ class ExampleCharacter(Character):
""" """
pass pass

View file

@ -155,4 +155,3 @@ class RedButton(Object):
# no blink # no blink
return return
loc.msg_contents(string) loc.msg_contents(string)

View file

@ -449,10 +449,3 @@ class AMPProtocol(amp.AMP):
sessid=sessid, sessid=sessid,
operation=operation, operation=operation,
data=data).addErrback(self.errback, "PortalAdmin") data=data).addErrback(self.errback, "PortalAdmin")

View file

@ -95,4 +95,3 @@ class Ttype(object):
self.protocol.protocol_flags['TTYPE']['init_done'] = True self.protocol.protocol_flags['TTYPE']['init_done'] = True
#print "ttype results:", self.protocol.protocol_flags['TTYPE'] #print "ttype results:", self.protocol.protocol_flags['TTYPE']