#350 Add the missing logging import back
Merged 5 years ago by ngompa. Opened 5 years ago by eclipseo.
Unknown source add_missing_import_back  into  master

file modified
+1
@@ -20,6 +20,7 @@

  and the regular python plugins.

  """

  

+ import logging  # pylint: disable=W0611

  import os

  import os.path

  import re

It was incorrectly removed during cleanup.
Fix #349.

rebased onto 143499e

5 years ago

Pull-Request has been merged by ngompa

5 years ago
Metadata