From 93498f17a970c2b6a06bc1f1024b33fa22ad3273 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 21 Sep 2020 14:00:37 -0600 Subject: [PATCH] Less boilerplate, more Python3 fixes --- netarch/__init__.py => __init__.py | 0 netarch/crypto.py => crypto.py | 0 netarch/ip.py => ip.py | 0 netarch/py_pcap.py => py_pcap.py | 0 netarch/trilobytes.py => trilobytes.py | 0 netarch/unpack.py => unpack.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename netarch/__init__.py => __init__.py (100%) rename netarch/crypto.py => crypto.py (100%) rename netarch/ip.py => ip.py (100%) rename netarch/py_pcap.py => py_pcap.py (100%) rename netarch/trilobytes.py => trilobytes.py (100%) rename netarch/unpack.py => unpack.py (100%) diff --git a/netarch/__init__.py b/__init__.py similarity index 100% rename from netarch/__init__.py rename to __init__.py diff --git a/netarch/crypto.py b/crypto.py similarity index 100% rename from netarch/crypto.py rename to crypto.py diff --git a/netarch/ip.py b/ip.py similarity index 100% rename from netarch/ip.py rename to ip.py diff --git a/netarch/py_pcap.py b/py_pcap.py similarity index 100% rename from netarch/py_pcap.py rename to py_pcap.py diff --git a/netarch/trilobytes.py b/trilobytes.py similarity index 100% rename from netarch/trilobytes.py rename to trilobytes.py diff --git a/netarch/unpack.py b/unpack.py similarity index 100% rename from netarch/unpack.py rename to unpack.py