From 46ed76b04e832ee9b0da98e42f3ba2df0deb2cbc Mon Sep 17 00:00:00 2001 From: inpos Date: Fri, 4 Mar 2016 15:48:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/{torrent2http => pyrrent2http}/__init__.py | 0 lib/{torrent2http => pyrrent2http}/download.py | 0 lib/{torrent2http => pyrrent2http}/engine.py | 0 lib/{torrent2http => pyrrent2http}/error.py | 0 lib/{torrent2http => pyrrent2http}/logpipe.py | 0 lib/{torrent2http => pyrrent2http}/mimetypes.py | 0 lib/{torrent2http => pyrrent2http}/net.py | 0 lib/{torrent2http => pyrrent2http}/platform.py | 0 lib/{torrent2http => pyrrent2http}/util.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename lib/{torrent2http => pyrrent2http}/__init__.py (100%) rename lib/{torrent2http => pyrrent2http}/download.py (100%) rename lib/{torrent2http => pyrrent2http}/engine.py (100%) rename lib/{torrent2http => pyrrent2http}/error.py (100%) rename lib/{torrent2http => pyrrent2http}/logpipe.py (100%) rename lib/{torrent2http => pyrrent2http}/mimetypes.py (100%) rename lib/{torrent2http => pyrrent2http}/net.py (100%) rename lib/{torrent2http => pyrrent2http}/platform.py (100%) rename lib/{torrent2http => pyrrent2http}/util.py (100%) diff --git a/lib/torrent2http/__init__.py b/lib/pyrrent2http/__init__.py similarity index 100% rename from lib/torrent2http/__init__.py rename to lib/pyrrent2http/__init__.py diff --git a/lib/torrent2http/download.py b/lib/pyrrent2http/download.py similarity index 100% rename from lib/torrent2http/download.py rename to lib/pyrrent2http/download.py diff --git a/lib/torrent2http/engine.py b/lib/pyrrent2http/engine.py similarity index 100% rename from lib/torrent2http/engine.py rename to lib/pyrrent2http/engine.py diff --git a/lib/torrent2http/error.py b/lib/pyrrent2http/error.py similarity index 100% rename from lib/torrent2http/error.py rename to lib/pyrrent2http/error.py diff --git a/lib/torrent2http/logpipe.py b/lib/pyrrent2http/logpipe.py similarity index 100% rename from lib/torrent2http/logpipe.py rename to lib/pyrrent2http/logpipe.py diff --git a/lib/torrent2http/mimetypes.py b/lib/pyrrent2http/mimetypes.py similarity index 100% rename from lib/torrent2http/mimetypes.py rename to lib/pyrrent2http/mimetypes.py diff --git a/lib/torrent2http/net.py b/lib/pyrrent2http/net.py similarity index 100% rename from lib/torrent2http/net.py rename to lib/pyrrent2http/net.py diff --git a/lib/torrent2http/platform.py b/lib/pyrrent2http/platform.py similarity index 100% rename from lib/torrent2http/platform.py rename to lib/pyrrent2http/platform.py diff --git a/lib/torrent2http/util.py b/lib/pyrrent2http/util.py similarity index 100% rename from lib/torrent2http/util.py rename to lib/pyrrent2http/util.py