George C. Privon 6 лет назад
Родитель
Сommit
c45c0db14a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      create_database.rkt

+ 2 - 2
create_database.rkt

@@ -3,8 +3,8 @@
 ;; This program creates a sqlite3 database and then creates an empty table
 ;; This program creates a sqlite3 database and then creates an empty table
 ;; for information on proposals.
 ;; for information on proposals.
 
 
-(require db)
-         file "config.rkt") ; load configuration file
+(require db
+         "config.rkt") ; load configuration file
 
 
 ; create the database and create the table
 ; create the database and create the table
 (define (createdb dbloc)
 (define (createdb dbloc)