Anton Myagotin 10 years ago
parent
commit
ab1318b5eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_btlrec.py

+ 1 - 1
tests/test_btlrec.py

@@ -4,7 +4,7 @@ path = [ '/home/timurttv/_UFO-Project/git_framework3/lamino-filters-installed/li
          '/home/timurttv/_UFO-Project/git_framework3/ufo-filters-installed/lib/ufo' ]
 
 conf = Ufo.Configuration(paths=path)
-g    = Ufo.Graph()
+g    = Ufo.TaskGraph()
 pm   = Ufo.PluginManager(configuration=conf)
 s    = Ufo.Scheduler(configuration=conf)