eric6/DebugClients/Python/coverage/optional.py

changeset 7975
7d493839a8fc
parent 7427
362cd1b6f81a
--- a/eric6/DebugClients/Python/coverage/optional.py	Wed Jan 13 19:05:48 2021 +0100
+++ b/eric6/DebugClients/Python/coverage/optional.py	Wed Jan 13 19:07:20 2021 +0100
@@ -15,6 +15,14 @@
 Bad::
 
     # MyModule.py
+    import unsure
+
+    def use_unsure():
+        unsure.something()
+
+Also bad::
+
+    # MyModule.py
     from coverage.optional import unsure
 
     def use_unsure():

eric ide

mercurial