##// END OF EJS Templates
don't set point size less than 1 in ConsoleWidget - this was raising Qt errors...
don't set point size less than 1 in ConsoleWidget - this was raising Qt errors closes gh-493

File last commit:

r3408:261328d5
r3922:f87f2d8c
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *