Changeset 619 for lliurex-moving-editor
- Timestamp:
- Feb 15, 2016, 9:31:00 AM (4 years ago)
- Location:
- lliurex-moving-editor/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moving-editor/trunk/fuentes/debian/changelog
r618 r619 1 lliurex-moving-editor (3.0.11) xenial; urgency=medium 2 3 * First release to xenial 4 * Fixed require version of Gtk (lliurex-moving-editor) 5 6 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Mon, 15 Feb 2016 09:28:25 +0100 7 1 8 lliurex-moving-editor (3.0.8) trusty; urgency=low 2 9 -
lliurex-moving-editor/trunk/fuentes/src/lliurex-moving-editor
r618 r619 1 1 #!/usr/bin/python 2 2 import gi 3 gi.require_version('Gtk','3.0') 3 4 from gi.repository import Gtk,GObject 4 5 import os
Note: See TracChangeset
for help on using the changeset viewer.