[Python-modules-commits] [python-pyld] 154/276: Fix relative import for 3.x.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit baa0ab180fde4d9d99d05e957c88d3ae611b8313
Author: David I. Lehn <dlehn at digitalbazaar.com>
Date:   Tue Aug 6 15:35:06 2013 -0400

    Fix relative import for 3.x.
---
 lib/pyld/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pyld/__init__.py b/lib/pyld/__init__.py
index ef96762..5e37e54 100644
--- a/lib/pyld/__init__.py
+++ b/lib/pyld/__init__.py
@@ -1,4 +1,4 @@
 """ The PyLD module is used to process JSON-LD. """
-import jsonld
+from . import jsonld
 
 __all__ = ['jsonld']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list