aboutsummaryrefslogtreecommitdiff
path: root/gitosis/test/test_access.py
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2008-04-19 19:10:36 +0300
committerTommi Virtanen <tv@eagain.net>2008-04-19 19:10:36 +0300
commit38561aa6a51a2ef6cc04aa119481df62d213ffa4 (patch)
tree6880f0c0c7ae6d130e3328a88c5e74a89448037f /gitosis/test/test_access.py
parentShow how group sections in config can be used in example.conf. (diff)
downloadgitosis-dakkar-38561aa6a51a2ef6cc04aa119481df62d213ffa4.tar.gz
gitosis-dakkar-38561aa6a51a2ef6cc04aa119481df62d213ffa4.tar.bz2
gitosis-dakkar-38561aa6a51a2ef6cc04aa119481df62d213ffa4.zip
Understand the popular gitosis.conf typo "writeable".
Log a warning still, don't want that to get too common.
Diffstat (limited to 'gitosis/test/test_access.py')
-rw-r--r--gitosis/test/test_access.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitosis/test/test_access.py b/gitosis/test/test_access.py
index 751b0b4..f39444c 100644
--- a/gitosis/test/test_access.py
+++ b/gitosis/test/test_access.py
@@ -1,5 +1,6 @@
from nose.tools import eq_ as eq
+import logging
from ConfigParser import RawConfigParser
from gitosis import access