Whitespace.

This commit is contained in:
Steve Dougherty 2012-07-16 18:06:00 -04:00
parent a0cbff26af
commit 3e516c9d70
1 changed files with 24 additions and 24 deletions

View File

@ -225,7 +225,7 @@ class NickServFactory(RelayFactory):
protocol = NickServRelayer protocol = NickServRelayer
def handler(signum, frame): def handler(signum, frame):
reactor.stop() reactor.stop()
#Main if run as script, builtin for twistd. #Main if run as script, builtin for twistd.
if __name__ in ["__main__", "__builtin__"]: if __name__ in ["__main__", "__builtin__"]: