Skip to content

Commit

Permalink
fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Apr 4, 2020
1 parent 0ac4956 commit 636c816
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/regex.nim
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ import std/sequtils
import std/unicode
from std/strutils import addf

import pkg/regex/nodetype
import pkg/regex/common
import pkg/regex/parser
import pkg/regex/exptransformation
import pkg/regex/nfatype
import pkg/regex/nfa
import pkg/regex/nfamatch
import regex/nodetype
import regex/common
import regex/parser
import regex/exptransformation
import regex/nfatype
import regex/nfa
import regex/nfamatch
when (NimMajor, NimMinor) >= (1, 1):
import pkg/regex/nfamacro
import regex/nfamacro

export
Regex,
Expand Down

0 comments on commit 636c816

Please sign in to comment.