Skip to content

Commit

Permalink
zetup.__init__: commented out __requires__.check()
Browse files Browse the repository at this point in the history
  • Loading branch information
userzimmermann committed Dec 9, 2014
1 parent 7d70dc1 commit 5e88a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zetup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def find_zetup_config(pkgname):
__version__ = zfg.VERSION

__requires__ = zfg.REQUIRES # .checked
if ismodule(zfg): # if this is an installed zetup package:
__requires__.check()
## if ismodule(zfg): # if this is an installed zetup package:
## __requires__.check()

__extras__ = zfg.EXTRAS

Expand Down

0 comments on commit 5e88a6a

Please sign in to comment.