lib_xxx renamed to li_xxx

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6599 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-01 23:35:08 +00:00
commit a56d3a46bf
5 changed files with 60 additions and 60 deletions

View file

@ -1,4 +1,4 @@
from lib_std_vector import *
from li_std_vector import *
iv = IntVector(4)
for i in range(0,4):