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

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2012-03-23 23:06:15 +0400
committerdiSabler <dissy@ya.ru>2012-03-23 23:06:15 +0400
commit416842cd1418f4b9213d2b72cb6aa4103a7365d3 (patch)
tree51228d58af00226a028d4f32b5eb926a58da6ad4 /isida.py
parentd0c24871b2a0c0e66dbc1c4244f771b2b6196b76 (diff)
add: hash version by xep-0115
Warning! Shutdown bot before update!
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 638dbbb..e6a215a 100644
--- a/isida.py
+++ b/isida.py
@@ -79,7 +79,7 @@ writefile(pid_file,str(os.getpid()))
dirs = os.listdir('.')+os.listdir('../')
-if '.!svn' in dirs:
+if '.svn' in dirs:
USED_REPO = 'svn'
if os.name == 'nt': os.system('svnversion > %s' % ver_file)
else: os.system('echo `svnversion` > %s' % ver_file)