alejandroautalan/pygubu

try except on import?

matecsaj opened this issue · 1 comments

In some example code, I noticed the following.

try:
    import tkinter as tk
except:
    import Tkinter as tk

Should the code generator be doing that?

I move this to the correct Issue list.

alejandroautalan/pygubu-designer#94