diff options
author | David Robillard <d@drobilla.net> | 2008-07-30 21:16:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-30 21:16:51 +0000 |
commit | 2cd12ad217c63068c0e33cd70e80ee6344af3216 (patch) | |
tree | 03ce118eec13f707e888219f5b078ed896445f5f /swig/lv2_list.py | |
parent | 69557918d1492853483be5aa904652edf094384f (diff) | |
download | lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.tar.gz lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.tar.bz2 lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.zip |
Move stuff for various binding languages to own directories.
git-svn-id: http://svn.drobilla.net/lad/slv2@1315 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'swig/lv2_list.py')
-rwxr-xr-x | swig/lv2_list.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/swig/lv2_list.py b/swig/lv2_list.py deleted file mode 100755 index 685b62b..0000000 --- a/swig/lv2_list.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -import slv2; - -w = slv2.World() -w.load_all() - -for p in w.get_all_plugins(): - print p.uri(), "-", p.name() |