Examples/rhallo.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 5422
222da86472d9
--- a/Examples/rhallo.py	Sat May 15 19:01:16 2021 +0200
+++ b/Examples/rhallo.py	Sat May 15 20:08:03 2021 +0200
@@ -2,14 +2,14 @@
 
 import sys
 
-import eric6dbgstub
+import eric7dbgstub
 
 def main():
     print("Hello World!")
     sys.exit(0)
     
 if __name__ == "__main__":
-    if eric6dbgstub.initDebugger("standard"):
-        eric6dbgstub.debugger.startDebugger()
+    if eric7dbgstub.initDebugger("standard"):
+        eric7dbgstub.debugger.startDebugger()
 
     main()

eric ide

mercurial