]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Add missing import.
authorChristopher Lenz <cmlenz@gmail.com>
Mon, 4 Jun 2007 10:54:26 +0000 (10:54 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Mon, 4 Jun 2007 10:54:26 +0000 (10:54 +0000)
babel/util.py

index f38bc364c5e9193512330a982de876aa86bcfa10..943a8d3999511ae934bf99dbd28443681c31b7ae 100644 (file)
@@ -13,7 +13,7 @@
 
 """Various utility classes and functions."""
 
-from datetime import tzinfo
+from datetime import timedelta, tzinfo
 import os
 import re