[pitivi] utils: Remove import from comment



commit 967a381909f8a716c3dfdecb270e6f764b8b5aa5
Author: Lubosz Sarnecki <lubosz sarnecki collabora co uk>
Date:   Tue Aug 2 13:01:27 2016 +0200

    utils: Remove import from comment
    
    Reviewed-by: Alex Băluț <alexandru balut gmail com>
    Differential Revision: https://phabricator.freedesktop.org/D716

 pitivi/utils/extract.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/extract.py b/pitivi/utils/extract.py
index 310b599..34e5537 100644
--- a/pitivi/utils/extract.py
+++ b/pitivi/utils/extract.py
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this program; if not, write to the
 # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-# Boston, MA 02110-1301, USA.from gi.repository import Gst
+# Boston, MA 02110-1301, USA.
 """
 Classes for extracting decoded contents of streams into Python
 


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