summaryrefslogtreecommitdiff
path: root/tablib
diff options
context:
space:
mode:
authorRumpu-Jussi <kontza@gmail.com>2015-10-27 14:45:55 +0200
committerRumpu-Jussi <kontza@gmail.com>2015-10-27 14:45:55 +0200
commit47d92277cc656d8a5f8218803f44705d4966294c (patch)
tree6edff9da73137045c6ec86faf1da9bde3be7ed8a /tablib
parentfdd74b5b0c806f3bf2d557fe2a9b4542eeecac3d (diff)
downloadtablib-47d92277cc656d8a5f8218803f44705d4966294c.tar.gz
More Python 3 -friendly formatting.
Diffstat (limited to 'tablib')
-rw-r--r--tablib/packages/markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tablib/packages/markup.py b/tablib/packages/markup.py
index c9a4331..07a7288 100644
--- a/tablib/packages/markup.py
+++ b/tablib/packages/markup.py
@@ -359,7 +359,7 @@ def _argsdicts( args, mydict ):
elif len( args ) == 1:
args = _totuple( args[0] )
else:
- raise Exception, "We should have never gotten here."
+ raise Exception("We should have never gotten here.")
mykeys = mydict.keys( )
myvalues = map( _totuple, mydict.values( ) )