projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171378e
)
storage:http: use an explicit relative import for base.
author
W. Trevor King
<wking@tremily.us>
Fri, 24 Aug 2012 11:36:20 +0000
(07:36 -0400)
committer
W. Trevor King
<wking@tremily.us>
Fri, 24 Aug 2012 11:51:30 +0000
(07:51 -0400)
libbe/storage/http.py
patch
|
blob
|
history
diff --git
a/libbe/storage/http.py
b/libbe/storage/http.py
index 20dade49a2fc0ba2dad75b0197ffe7852cf99f4b..c69598c0c7ed978670ade65d16f076e0bc726826 100644
(file)
--- a/
libbe/storage/http.py
+++ b/
libbe/storage/http.py
@@
-29,9
+29,9
@@
implementation.
See Also
--------
:mod:`libbe.command.serve` : the associated server
-
"""
+from __future__ import absolute_import
import sys
import urllib
import urllib2
@@
-39,7
+39,8
@@
import urlparse
import libbe
import libbe.version
-import base
+from . import base
+
from libbe import TESTING
if TESTING == True: