Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/vi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2017-02-23 11:08:39 +0300
committerdiSabler <dissy@ya.ru>2017-02-23 11:08:39 +0300
commit175506528796c3790bf4008897c7dd47ac09cbd7 (patch)
tree30ad32bc40d9d4c0d9df3b5d3fbc941457d3ebf6 /isida.py
parentbe9c42fb7e302690824e30044a4f9f8253cd7cd7 (diff)
add: todate plugin
fix: some minor fixes
Diffstat (limited to 'isida.py')
-rw-r--r--isida.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isida.py b/isida.py
index f8c63aa..b87cbcd 100644
--- a/isida.py
+++ b/isida.py
@@ -41,7 +41,7 @@ starttime_file = tmp_folder % 'starttime'
id_append = ''
GIT_VER_FORMAT = '%s.%s-git%s'
TIME_VER_FORMAT = '%s-none%s'
-OFFSET = 0 # Message offset
+OFFSET = 0 # Message offset
def readfile(filename):
fp = file(filename)