From 35f36c598cddf8fb0e2feae7fa8673a7bc8f9804 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 30 Oct 2019 19:13:25 -0400 Subject: [PATCH] moved error.py to be a module --- lbry/lbry/{error.py => error/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lbry/lbry/{error.py => error/__init__.py} (100%) diff --git a/lbry/lbry/error.py b/lbry/lbry/error/__init__.py similarity index 100% rename from lbry/lbry/error.py rename to lbry/lbry/error/__init__.py