vi modelines for split out files

This commit is contained in:
Brian S. Stephan 2010-07-28 23:48:47 -05:00
parent b65c01fb31
commit 48498898bf
8 changed files with 8 additions and 0 deletions

View File

@ -154,4 +154,5 @@ class Module(object):
print "looks like someone forgot to implement do!"
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -89,4 +89,5 @@ class Countdown(Module):
connection.privmsg(replypath, relstr)
except NoOptionError: pass
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -99,4 +99,5 @@ class Dice(Module):
else:
connection.privmsg(replypath, result)
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -51,4 +51,5 @@ class FactFile(Module):
except NoOptionError: pass
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -63,4 +63,5 @@ class GoogleTranslate(Module):
else:
connection.privmsg(replypath, translation)
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -160,4 +160,5 @@ class IrcAdmin(Module):
else:
connection.privmsg(replypath, replystr)
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -54,4 +54,5 @@ class Seen(Module):
connection.privmsg(replypath, replystr)
except NoOptionError: pass
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;

View File

@ -21,4 +21,5 @@ for i in files:
__all__ = list(set(__all__))
# vi:tabstop=4:expandtab:autoindent
# kate: indent-mode python;indent-width 4;replace-tabs on;