pitivi r1347 - in trunk: . bin



Author: edwardrv
Date: Sun Oct 19 08:53:54 2008
New Revision: 1347
URL: http://svn.gnome.org/viewvc/pitivi?rev=1347&view=rev

Log:
	* bin/pitivi.in:
	Fix ambiguous naming.

Modified:
   trunk/ChangeLog
   trunk/bin/pitivi.in

Modified: trunk/bin/pitivi.in
==============================================================================
--- trunk/bin/pitivi.in	(original)
+++ trunk/bin/pitivi.in	Sun Oct 19 08:53:54 2008
@@ -108,10 +108,10 @@
         raise SystemExit("Gst-Python couldn't be found!")
 
 def _run_pitivi():
-    import pitivi.pitivi as pitivi
+    import pitivi.pitivi as ptv
 
     try:
-        sys.exit(pitivi.main(sys.argv))
+        sys.exit(ptv.main(sys.argv))
     except StandardError, e:
         print "Error: ", e
         sys.exit(1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]