beremiz

old typo

2011-03-31, Edouard Tisserant
3ece9ba72aaf
Parents d3fb687dd0b9
Children c6408f92da0a
old typo
--- a/connectors/__init__.py Thu Mar 31 18:43:41 2011 +0200
+++ b/connectors/__init__.py Thu Mar 31 19:04:03 2011 +0200
@@ -29,7 +29,7 @@
connector_types = [name for name in listdir(_base_path)
if path.isdir(path.join(_base_path, name))
- and name.upper() != "CVS"
+ and name.lower() != ".hg"
and not name.startswith("__")]
# a dict from a URI scheme (connector name) to connector module