/[libvob]/libvob/vob/gl/__init__.py
ViewVC logotype

Diff of /libvob/vob/gl/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Thu Apr 10 14:00:19 2003 UTC revision 1.2 by tjl, Thu Apr 10 18:01:15 2003 UTC
# Line 1  Line 1 
1  #foo  #foo
2    
3    import java as _java
4    import org.nongnu.libvob.gl as _gl
5    import vob.gl as _this
6    
7    print "Importing GL: ",dir(_gl)
8    
9    for i in dir(_gl):
10        if _java.lang.Character.isUpperCase(i[0]):
11            setattr(_this, i, getattr(_gl, i))
12    
13    del _this

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26