diff cagou/__init__.py @ 342:89799148f894

core: use classes and factory to handle platform specific behaviours in a generic way
author Goffi <goffi@goffi.org>
date Sat, 04 Jan 2020 16:24:57 +0100
parents 772c170b47a9
children 1a12bbd80943
line wrap: on
line diff
--- a/cagou/__init__.py	Fri Jan 03 15:48:59 2020 +0100
+++ b/cagou/__init__.py	Sat Jan 04 16:24:57 2020 +0100
@@ -35,4 +35,5 @@
 
 def run():
     host = G._host = cagou_main.Cagou()
+    G.local_platform = cagou_main.local_platform
     host.run()