Codebase list sugar-etoys-activity / ad16489e-440f-4133-823c-9a5e9512f180/main debian / patches / 1001_use_toolkit-gtk3.patch
ad16489e-440f-4133-823c-9a5e9512f180/main

Tree @ad16489e-440f-4133-823c-9a5e9512f180/main (Download .tar.gz)

1001_use_toolkit-gtk3.patch @ad16489e-440f-4133-823c-9a5e9512f180/mainraw · history · blame

Description: Use sugar-toolkit-gtk3
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2015-04-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 #!/usr/bin/env python
-from sugar.activity import bundlebuilder
+from sugar3.activity import bundlebuilder
 bundlebuilder.start()