]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/options.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / options.py
index b4b5282b9cc58d16929f2ce54b34125ec867f2a7..394b71daed2311e9417cd97353e9b12975b7b288 100644 (file)
@@ -60,6 +60,8 @@ Options can be put in different groups. Options in the same group must be on
 consecutive lines. Groups are formed by inserting a line that begins with a
 space. The text on that line will be output after an empty line.
 """
+
+from __future__ import absolute_import
 import sys, os, textwrap, getopt, re, struct
 
 try: