Limnoria/src
James Vega ecd2c63650 Make universalImport support 'from ModuleA import ModuleB'
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-11 15:55:08 -04:00
..
drivers Re-fix IrcDriver, which actually does need the args to __init__ 2009-03-11 13:37:27 -04:00
utils Make universalImport support 'from ModuleA import ModuleB' 2009-03-11 15:55:08 -04:00
__init__.py Munge Author's email in __str__ instead of relying on munging the results of Author.__str__ 2006-07-14 20:54:31 +00:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py callbacks: Actually obey the to argument of reply() 2009-03-11 13:37:27 -04:00
cdb.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
commands.py Make getBanmask use protocols.irc.banmask.makeBanmask 2009-03-11 13:37:27 -04:00
conf.py Move plugins.Channel.banmask to protocols.irc.banmask 2009-03-11 13:37:27 -04:00
dbi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
dynamicScope.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
ircdb.py ircdb.py: Use a more concise return statement 2009-03-11 13:37:27 -04:00
irclib.py IrcCallback's super() doesn't take any args. 2009-03-11 13:37:25 -04:00
ircmsgs.py Merge the changes from the python25compat branch into the trunk 2009-03-11 13:37:24 -04:00
ircutils.py src/ircutils.py: A nasty hack around mIRC's broken color code rules. Must specify a foreground color if a background color is being specified, so we'll default it to white. 2006-05-25 19:52:16 +00:00
log.py Added test for firewall, fixed implementation so it actually works. 2009-03-11 13:37:25 -04:00
plugin.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
questions.py Add .gitignore 2009-02-27 14:17:31 -05:00
registry.py src/registry.py: Update StringWithSpaceOnRight to accept the empty string as a valid value (instead of padding a space). 2006-05-01 16:50:02 +00:00
schedule.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
shlex.py Added our hacked shlex.py, prior to the 2.3 bastardization that made it unsuitable for our purposes. 2005-02-18 08:30:59 +00:00
test.py Update cachingGetHelp to match callbacks.getHelp's prototype 2009-03-11 13:37:26 -04:00
unpreserve.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
world.py If we're using python2.5, import re in place of sre. 2007-04-25 16:12:21 +00:00