Browse code

Import S3.Exceptions.ParameterError

Reported by Andy McGregor

Michal Ludvig authored on 2012/01/07 11:08:02
Showing 1 changed files
... ...
@@ -8,6 +8,7 @@ from Config import Config
8 8
 from S3Uri import S3Uri
9 9
 from SortedDict import SortedDict
10 10
 from Utils import *
11
+from Exceptions import ParameterError
11 12
 
12 13
 from logging import debug, info, warning, error
13 14