From 149119966db2070a8219ff726a4d6ad8b35d738e Mon Sep 17 00:00:00 2001 From: Josue Gomez Date: Tue, 14 May 2019 18:59:09 -0600 Subject: [PATCH] isolate package --- __init__.py => pyutl/__init__.py | 0 localenv.py => pyutl/localenv.py | 0 oracle.py => pyutl/oracle.py | 0 remote.py => pyutl/remote.py | 0 sendmail.py => pyutl/sendmail.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => pyutl/__init__.py (100%) rename localenv.py => pyutl/localenv.py (100%) rename oracle.py => pyutl/oracle.py (100%) rename remote.py => pyutl/remote.py (100%) rename sendmail.py => pyutl/sendmail.py (100%) diff --git a/__init__.py b/pyutl/__init__.py similarity index 100% rename from __init__.py rename to pyutl/__init__.py diff --git a/localenv.py b/pyutl/localenv.py similarity index 100% rename from localenv.py rename to pyutl/localenv.py diff --git a/oracle.py b/pyutl/oracle.py similarity index 100% rename from oracle.py rename to pyutl/oracle.py diff --git a/remote.py b/pyutl/remote.py similarity index 100% rename from remote.py rename to pyutl/remote.py diff --git a/sendmail.py b/pyutl/sendmail.py similarity index 100% rename from sendmail.py rename to pyutl/sendmail.py