Created
May 15, 2010 21:36
-
-
Save Cam1337/402414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modules=["opcmds","web","spanish","rules","py","cmds","ccmds"] | |
Vars=["line","CMD","TotalString","Nick","Location","ALen","args","s","rn","PM","iSend","PMSend"] | |
def ForwardVars(self): | |
for i in Modules: | |
for y in Vars: | |
exec("%s.%s=self.%s"%(i,y,y)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment