Rename module from 'fiber_orm_nim' to 'fiber_orm'.

This commit is contained in:
Jonathan Bernard 2019-12-25 18:51:00 -06:00
parent f84849ecde
commit 35af299fdc
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import db_postgres, macros, options, sequtils, strutils, uuids
from unicode import capitalize
import ./fiber_orm_nim/util
import ./fiber_orm/util
type NotFoundError* = object of CatchableError