diff options
Diffstat (limited to 'lib/impure/db_postgres.nim')
-rwxr-xr-x | lib/impure/db_postgres.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/db_postgres.nim b/lib/impure/db_postgres.nim index 7cd93a540..25a04ed8e 100755 --- a/lib/impure/db_postgres.nim +++ b/lib/impure/db_postgres.nim @@ -1,5 +1,5 @@ # Nimrod PostgreSQL database wrapper -# (c) 2009 Andreas Rumpf +# (c) 2010 Andreas Rumpf import strutils, postgres |