hotfix: nimble builds with devel again

This commit is contained in:
Araq 2015-10-13 10:17:02 +02:00
commit ffbd5f5b3e

View file

@ -2,6 +2,10 @@
# BSD License. Look at license.txt for more info. # BSD License. Look at license.txt for more info.
import parsecfg, json, streams, strutils, parseutils, os import parsecfg, json, streams, strutils, parseutils, os
import version, tools, nimbletypes import version, tools, nimbletypes
when not declared(system.map):
from sequtils import map
type type
Package* = object Package* = object
# Required fields in a package. # Required fields in a package.