aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-11-28 23:48:00 -0500
committerTim Harder <radhermit@gmail.com>2015-11-28 23:48:00 -0500
commit29a13972e2aba306f4b019979e80b97200af24b3 (patch)
treea28518e658d9182ef0c10ba7d60c05ec88d8cef5
parentshell/pkgcore.sh: rename _ebuild_path() to _pkgpath() (diff)
downloadpkgcore-29a13972e2aba306f4b019979e80b97200af24b3.tar.gz
pkgcore-29a13972e2aba306f4b019979e80b97200af24b3.tar.bz2
pkgcore-29a13972e2aba306f4b019979e80b97200af24b3.zip
ebuild: drop old forced import to break cycle
I think this has been (or can be) handled elsewhere with demandloads.
-rw-r--r--pkgcore/ebuild/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgcore/ebuild/__init__.py b/pkgcore/ebuild/__init__.py
index 938fa14b3..6c84a8b53 100644
--- a/pkgcore/ebuild/__init__.py
+++ b/pkgcore/ebuild/__init__.py
@@ -4,7 +4,3 @@
"""
gentoo ebuild support
"""
-
-# XXX force this import to break a cycle.
-# breaking the cycle will occur, it just takes a bit of work...
-import pkgcore.ebuild.atom