Parcourir la source

[2145] remove all imports at the isc pakcage level.

JINMEI Tatuya il y a 12 ans
Parent
commit
39c1d35378
1 fichiers modifiés avec 3 ajouts et 7 suppressions
  1. 3 7
      src/lib/python/isc/__init__.py

+ 3 - 7
src/lib/python/isc/__init__.py

@@ -1,7 +1,3 @@
-# On some systems, it appears the dynamic linker gets
-# confused if the order is not right here
-# There is probably a solution for this, but for now:
-# order is important here!
-import isc.cc
-import isc.config
-import isc.datasrc
+"""
+This is the top directory for common BIND 10 Python modules and pakcages.
+"""