Code

Remove note on select_db.py from MIGRATION.TXT, should be there.
authorgrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 9 Jan 2002 08:01:42 +0000 (08:01 +0000)
committergrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 9 Jan 2002 08:01:42 +0000 (08:01 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@516 57a73879-2fb5-44c3-a270-3262357dd7e2

MIGRATION.txt

index 1945ea26f464319f703d298417acdee47fde1da6..23fe2ca84f10d4ddf14ea8cb669c887ce345a27d 100644 (file)
@@ -45,13 +45,6 @@ If you have modified your dbinit.py file, you may use encoded passwords:
                     files=Multilink("file"),
                     messageid=String(),  inreplyto=String())
 
-a file select_db.py is needed in the instance directory, containing probably:
----
-# WARNING: DO NOT EDIT THIS FILE!!!
-from roundup.backends.back_anydbm import Database
----
-or one could create a new instance and take the file from there.
-
 
 Migrating from 0.2.x to 0.3.x
 =============================