diff cagou/__init__.py @ 312:772c170b47a9

Python3 port: /!\ Cagou now runs with Python 3.6+ Port has been done in the same way as for backend (check backend commit b2d067339de3 message for details).
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 19:14:22 +0200
parents 1b835bcfa663
children 89799148f894
line wrap: on
line diff
--- a/cagou/__init__.py	Mon Aug 05 11:21:54 2019 +0200
+++ b/cagou/__init__.py	Tue Aug 13 19:14:22 2019 +0200
@@ -31,7 +31,7 @@
 G = Global()
 
 # this import must be done after G is created
-from core import cagou_main
+from .core import cagou_main
 
 def run():
     host = G._host = cagou_main.Cagou()