projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c06630
)
Remove crufty logging imports from pypiezo/__init__.py.
author
W. Trevor King
<wking@drexel.edu>
Thu, 28 Jul 2011 18:47:35 +0000
(14:47 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 28 Jul 2011 18:47:35 +0000
(14:47 -0400)
pypiezo/__init__.py
patch
|
blob
|
history
diff --git
a/pypiezo/__init__.py
b/pypiezo/__init__.py
index e1f8221c6acc79103acfecec3bf8ba35309a733c..cdb0bd6411037d26e2f802234742ae4c7dd84dd5 100644
(file)
--- a/
pypiezo/__init__.py
+++ b/
pypiezo/__init__.py
@@
-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