From 48498898bf2bbfd725da29438af1fafd46c63632 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 28 Jul 2010 23:48:47 -0500 Subject: [PATCH] vi modelines for split out files --- Module.py | 1 + modules/Countdown.py | 1 + modules/Dice.py | 1 + modules/FactFile.py | 1 + modules/GoogleTranslate.py | 1 + modules/IrcAdmin.py | 1 + modules/Seen.py | 1 + modules/__init__.py | 1 + 8 files changed, 8 insertions(+) diff --git a/Module.py b/Module.py index b8e6ace..c0db84d 100644 --- a/Module.py +++ b/Module.py @@ -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; diff --git a/modules/Countdown.py b/modules/Countdown.py index f2393d5..76d7e34 100644 --- a/modules/Countdown.py +++ b/modules/Countdown.py @@ -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; diff --git a/modules/Dice.py b/modules/Dice.py index 915a488..46f76bc 100644 --- a/modules/Dice.py +++ b/modules/Dice.py @@ -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; diff --git a/modules/FactFile.py b/modules/FactFile.py index 363f196..0ed3746 100644 --- a/modules/FactFile.py +++ b/modules/FactFile.py @@ -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; diff --git a/modules/GoogleTranslate.py b/modules/GoogleTranslate.py index 13edf11..7690f09 100644 --- a/modules/GoogleTranslate.py +++ b/modules/GoogleTranslate.py @@ -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; diff --git a/modules/IrcAdmin.py b/modules/IrcAdmin.py index 55bf9f6..e785952 100644 --- a/modules/IrcAdmin.py +++ b/modules/IrcAdmin.py @@ -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; diff --git a/modules/Seen.py b/modules/Seen.py index 0cd28d1..3e0266e 100644 --- a/modules/Seen.py +++ b/modules/Seen.py @@ -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; diff --git a/modules/__init__.py b/modules/__init__.py index 608fea0..798ebf1 100644 --- a/modules/__init__.py +++ b/modules/__init__.py @@ -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;