[Python-modules-commits] [python-mplexporter] 75/135: make imports relative
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-mplexporter.
commit d30e9a588bdebc2df2f2264ce5973f211f4280df
Author: Jake Vanderplas <vanderplas at astro.washington.edu>
Date: Mon Mar 3 15:25:21 2014 -0800
make imports relative
---
mplexporter/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mplexporter/__init__.py b/mplexporter/__init__.py
index 5b0485c..970731c 100644
--- a/mplexporter/__init__.py
+++ b/mplexporter/__init__.py
@@ -1,2 +1,2 @@
-from renderers import Renderer
-from exporter import Exporter
+from .renderers import Renderer
+from .exporter import Exporter
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git
More information about the Python-modules-commits
mailing list