Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #195 from Villemoes/ravi/abi
Browse files Browse the repository at this point in the history
oelite/meta/cache.py: minor cleanup
  • Loading branch information
esben authored Nov 23, 2016
2 parents 1a45306 + 739b7e2 commit 18dc0d9
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions lib/oelite/meta/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,38 +90,36 @@ def __iter__(self):
PICKLE_ABI = None

PICKLE_ABI_MODULES = [
"oelite.meta",
"oelite.meta.meta",
"oelite.meta.dict",
"oelite.meta.cache",
"oelite.parse",
"oelite.parse.oelex",
"oelite.parse.oeparse",
"oelite.parse.confparse",
"oelite.parse.expandlex",
"oelite.parse.expandparse",
"oelite.fetch",
"oelite.fetch.fetch",
"oelite.fetch.sigfile",
"oelite.fetch.local",
"oelite.fetch.url",
"oelite.fetch.git",
"oelite.fetch.svn",
"oelite",
"oelite.arch",
"oelite.baker",
"oelite.cookbook",
"oelite.dbutil",
"oelite.fetch",
"oelite.fetch.fetch",
"oelite.fetch.git",
"oelite.fetch.local",
"oelite.fetch.sigfile",
"oelite.fetch.svn",
"oelite.fetch.url",
"oelite.function",
"oelite.item",
"oelite.meta",
"oelite.meta.cache",
"oelite.meta.dict",
"oelite.meta.meta",
"oelite.package",
"oelite.parse",
"oelite.parse.confparse",
"oelite.parse.expandlex",
"oelite.parse.expandparse",
"oelite.parse.oelex",
"oelite.parse.oeparse",
"oelite.pyexec",
"oelite.recipe",
"oelite.runq",
"oelite.task",
"oelite.util",
"oelite.meta",
"oelite.meta.cache",
]

def pickle_abi():
Expand Down

0 comments on commit 18dc0d9

Please sign in to comment.