~ubuntu-branches/ubuntu/wily/sessioninstaller/wily-proposed

« back to all changes in this revision

Viewing changes to gst-install

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-08-09 12:50:08 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150809125008-yv3g067gk3k1drzo
Tags: upstream-0.20+bzr150
ImportĀ upstreamĀ versionĀ 0.20+bzr150

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
 
1
#!/usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
"""gstinstaller - install GStreamer components using PackageKit"""
4
4
# Copyright (C) 2010 Sebastian Heinlein <devel@glatzor.de>