summaryrefslogtreecommitdiff
path: root/hg.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-27 14:08:09 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-27 14:08:09 +0200
commitdcc2e1edbb76d7919a08c813bee52c255f7d95b9 (patch)
treea9dd57c534f85c29608765066a2fb978f2719e14 /hg.py
parent9d8813d9f30302eed91325afa00fa0e204ce65a1 (diff)
downloadlogilab-common-dcc2e1edbb76d7919a08c813bee52c255f7d95b9.tar.gz
fix some pylint detected errors
Diffstat (limited to 'hg.py')
-rw-r--r--hg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hg.py b/hg.py
index 406c856..17e075f 100644
--- a/hg.py
+++ b/hg.py
@@ -19,6 +19,8 @@
__docformat__ = "restructuredtext en"
+import os
+import sys
import os.path as osp
try: