mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Mark the files that I'm "claiming"
This commit is contained in:
parent
e8470b40c0
commit
7d3565769c
@ -34,6 +34,7 @@ Amazon module, to use Amazon's Web Services.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "James Vega (jamessan) <jamessan@users.sf.net>"
|
||||
|
||||
import getopt
|
||||
import plugins
|
||||
|
@ -34,6 +34,7 @@ Babelfish-related commands.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "James Vega (jamessan) <jamessan@users.sf.net>"
|
||||
|
||||
import sets
|
||||
import random
|
||||
|
@ -34,6 +34,7 @@ This is a module to contain Debian-specific commands.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "James Vega (jamessan) <jamessan@users.sf.net>"
|
||||
|
||||
import plugins
|
||||
|
||||
|
@ -38,6 +38,7 @@ import sets
|
||||
import getopt
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "James Vega (jamessan) <jamessan@users.sf.net>"
|
||||
|
||||
import conf
|
||||
import utils
|
||||
|
@ -33,6 +33,9 @@
|
||||
Accesses Sourceforge.net for various things
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "James Vega (jamessan) <jamessan@users.sf.net>"
|
||||
|
||||
import re
|
||||
import sets
|
||||
import getopt
|
||||
@ -43,7 +46,6 @@ import registry
|
||||
|
||||
import conf
|
||||
import utils
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import plugins
|
||||
import ircutils
|
||||
|
Loading…
Reference in New Issue
Block a user