Merge pull request #275 from yglukhov/patch-2

Fixed #274
This commit is contained in:
Dominik Picheta 2016-11-11 11:27:29 +00:00 committed by GitHub
commit 0ce718dea7

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: