From 5fe54f95560b022b85c48432a28d2cd557d5781a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eino=20M=C3=A4kitalo?= Date: Mon, 30 Dec 2013 02:49:27 +0200 Subject: [PATCH] Cleaning imports and separating API to another file. PyLint fixes for main file --- src/bitmessageapi.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/bitmessageapi.py diff --git a/src/bitmessageapi.py b/src/bitmessageapi.py new file mode 100644 index 00000000..bd17f924 --- /dev/null +++ b/src/bitmessageapi.py @@ -0,0 +1,4 @@ +# Copyright (c) 2012 Jonathan Warren +# Copyright (c) 2012 The Bitmessage developers +# Moved ugly API stuff from main program to here /EM +