From 81343e99615876bea9e588e85bacdb8c82d9a248 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 6 Feb 2015 00:38:56 +0100 Subject: [PATCH] reorganize core (to add crossbar to ip) --- liteeth/core/{arp.py => arp/__init__.py} | 0 liteeth/core/{ip.py => ip/__init__.py} | 0 liteeth/core/{udp.py => udp/__init__.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename liteeth/core/{arp.py => arp/__init__.py} (100%) rename liteeth/core/{ip.py => ip/__init__.py} (100%) rename liteeth/core/{udp.py => udp/__init__.py} (100%) diff --git a/liteeth/core/arp.py b/liteeth/core/arp/__init__.py similarity index 100% rename from liteeth/core/arp.py rename to liteeth/core/arp/__init__.py diff --git a/liteeth/core/ip.py b/liteeth/core/ip/__init__.py similarity index 100% rename from liteeth/core/ip.py rename to liteeth/core/ip/__init__.py diff --git a/liteeth/core/udp.py b/liteeth/core/udp/__init__.py similarity index 100% rename from liteeth/core/udp.py rename to liteeth/core/udp/__init__.py