From d2c00a92a56e1828d9d129ac1c796f0816684242 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Tue, 12 Jun 2007 18:08:30 +0000 Subject: Import "Error" before using it --- RepSys/mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepSys') diff --git a/RepSys/mirror.py b/RepSys/mirror.py index af4bedf..8502b82 100644 --- a/RepSys/mirror.py +++ b/RepSys/mirror.py @@ -1,7 +1,7 @@ import os import urlparse -from RepSys import config +from RepSys import Error, config from RepSys.svn import SVN def _normdirurl(url): -- cgit v1.2.1