Explorar o código

Take variable information out of test again

Thomas Kluyver %!s(int64=4) %!d(string=hai) anos
pai
achega
7ba04fb1bc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      nsist/tests/console_example/sample_printer/__init__.py

+ 0 - 2
nsist/tests/console_example/sample_printer/__init__.py

@@ -10,8 +10,6 @@ def main():
     info = {
         'py_executable': sys.executable,
         'py_version': sys.version,
-        'sys_path': sys.path,
-        'main_file': sys.modules['__main__'].__file__,
         'data_file_path': data_file,
         'data_file_content': data_from_file,
     }