From 2f7085f51e560aebd73be9bd99a532f231406a70 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 22:00:55 +0000 Subject: Fix up the last remnants of the old name. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3219 a436a847-0d15-0410-975c-d299462d15a1 --- swig/python/lv2_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'swig/python/lv2_list.py') diff --git a/swig/python/lv2_list.py b/swig/python/lv2_list.py index 786326b..babe1b4 100755 --- a/swig/python/lv2_list.py +++ b/swig/python/lv2_list.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -import slv2 +import lilv -world = slv2.World() +world = lilv.World() world.load_all() for i in world.get_all_plugins(): -- cgit v1.2.1