script updates
[scpubgit/stemmatology.git] / script / save_to_db.pl
index 497c723..59e5ef4 100644 (file)
@@ -15,7 +15,6 @@ my $kdb = KiokuDB->connect( "dbi:SQLite:dbname=db/traditions.db",
        create => 1,
        typemap => KiokuDB::TypeMap->new(
             isa_entries => {
-                "Graph::Easy::Base" => KiokuDB::TypeMap::Entry::Naive->new,
                 "Graph" => KiokuDB::TypeMap::Entry::Naive->new,
                 "Graph::AdjacencyMap" => KiokuDB::TypeMap::Entry::Naive->new,
             },