summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/Vinfo.py')
-rwxr-xr-xDemo/sgi/video/Vinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vinfo.py b/Demo/sgi/video/Vinfo.py
index e0c9e8c..c4177dc 100755
--- a/Demo/sgi/video/Vinfo.py
+++ b/Demo/sgi/video/Vinfo.py
@@ -68,7 +68,7 @@ def main():
def process(filename):
try:
- vin = VFile.RandomVinFile().init(filename)
+ vin = VFile.RandomVinFile(filename)
except IOError, msg:
sys.stderr.write(filename + ': I/O error: ' + `msg` + '\n')
return 1