Remove crufty logging imports from pypiezo/__init__.py.
authorW. Trevor King <wking@drexel.edu>
Thu, 28 Jul 2011 18:47:35 +0000 (14:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 28 Jul 2011 18:47:35 +0000 (14:47 -0400)
pypiezo/__init__.py

index e1f8221c6acc79103acfecec3bf8ba35309a733c..cdb0bd6411037d26e2f802234742ae4c7dd84dd5 100644 (file)
@@ -15,9 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with pypiezo.  If not, see <http://www.gnu.org/licenses/>.
 
-import logging as _logging
-import logging.handlers as _logging_handlers
-
 from .config import PackageConfig as _PackageConfig