tfix header file in google protobuf - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 39c2bc5b7a46ae3a22bd910b870d66628cb13049 DIR parent 45007a27e4dc989d9d4abd49037ba44d5ef31356 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 23 Feb 2015 07:14:39 +0100 fix header file in google protobuf Diffstat: M contrib/make_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/make_packages b/contrib/make_packages t@@ -44,7 +44,7 @@ if __name__ == '__main__': # fix google/__init__.py needed by pyinstaller n = 'packages/google/__init__.py' if not os.path.exists(n): - os.system("echo blah>%s"%n) + os.system("echo \# do not remove>%s"%n) # os.system("python mki18n.py") os.system("pyrcc4 icons.qrc -o gui/qt/icons_rc.py")