diff options
Diffstat (limited to 'security/py-yara-editor/files/patch-bin__yara-editor')
-rw-r--r-- | security/py-yara-editor/files/patch-bin__yara-editor | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/py-yara-editor/files/patch-bin__yara-editor b/security/py-yara-editor/files/patch-bin__yara-editor deleted file mode 100644 index aadf8a32645a..000000000000 --- a/security/py-yara-editor/files/patch-bin__yara-editor +++ /dev/null @@ -1,13 +0,0 @@ ---- ./bin/yara-editor.orig 2012-11-22 21:47:37.000000000 +0000 -+++ ./bin/yara-editor 2013-07-30 23:07:31.000000000 +0000 -@@ -75,7 +75,9 @@ - config_file.close() - except IOError as e: - make_config_file(config_path) -- -+ config_file = open(config_path, 'r') -+ config.readfp(config_file) -+ config_file.close() - - - translator = QtCore.QTranslator() |