This commit is contained in:
Yuriy Glukhov 2016-11-09 22:45:45 +02:00 committed by GitHub
commit 68b1b67733

View file

@ -1,4 +1,4 @@
when dirExists("src"):
when fileExists("src/nimblepkg/common.nim"):
# In the git repository the Nimble sources are in a ``src`` directory.
import src/nimblepkg/common
else: