[Python-modules-commits] [python-pyld] 209/276: Use one import per line.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:12 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 5f66c1366077974158c3642a21c67dd38eae1412
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Wed Sep 25 16:19:28 2013 -0400

    Use one import per line.
---
 lib/pyld/jsonld.py | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 88311f2..181ed45 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -23,10 +23,19 @@ __all__ = [
     'register_rdf_parser', 'unregister_rdf_parser',
     'JsonLdProcessor', 'JsonLdError', 'ActiveContextCache']
 
-import copy, hashlib, json, os, re, string, sys, traceback
-import posixpath, socket, ssl
-from contextlib import closing
+import copy
+import hashlib
+import json
+import os
+import posixpath
+import re
+import socket
+import ssl
+import string
+import sys
+import traceback
 from collections import deque
+from contextlib import closing
 from functools import cmp_to_key
 from numbers import Integral, Real
 

-- 
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