##// END OF EJS Templates
typos...
luz.paz -
Show More
@@ -19,8 +19,8 b' def inputhook(context):'
19 19 if not _already_warned:
20 20 _already_warned = True
21 21 warnings.warn(
22 'The DISPLAY or WAYLAND_DISPLAY enviroment variable is '
23 'not set or empty and Qt5 requires this enviroment '
22 'The DISPLAY or WAYLAND_DISPLAY environment variable is '
23 'not set or empty and Qt5 requires this environment '
24 24 'variable. Deactivate Qt5 code.'
25 25 )
26 26 return
@@ -21,7 +21,7 b' def doctest_run():'
21 21 """
22 22
23 23 def doctest_runvars():
24 """Test that variables defined in scripts get loaded correclty via %run.
24 """Test that variables defined in scripts get loaded correctly via %run.
25 25
26 26 In [13]: run simplevars.py
27 27 x is: 1
General Comments 0
You need to be logged in to leave comments. Login now