Codebase list sugar-etoys-activity / 91b8c06b-cd33-4301-b02d-46333cef2491/main debian / patches / 1001_use_toolkit-gtk3.patch
91b8c06b-cd33-4301-b02d-46333cef2491/main

Tree @91b8c06b-cd33-4301-b02d-46333cef2491/main (Download .tar.gz)

1001_use_toolkit-gtk3.patch @91b8c06b-cd33-4301-b02d-46333cef2491/main

fc9b1fb
 
 
127b997
 
fc9b1fb
 
 
 
 
 
 
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()