summaryrefslogtreecommitdiff
path: root/examples/elementtree/pickle.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/elementtree/pickle.py')
-rw-r--r--examples/elementtree/pickle.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/elementtree/pickle.py b/examples/elementtree/pickle.py
index 2176512cf..4eaaa2f8d 100644
--- a/examples/elementtree/pickle.py
+++ b/examples/elementtree/pickle.py
@@ -12,15 +12,6 @@ from sqlalchemy.orm import mapper, create_session
import sys, os
-import logging
-logging.basicConfig()
-
-# uncomment to show SQL statements
-#logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
-
-# uncomment to show SQL statements and result sets
-#logging.getLogger('sqlalchemy.engine').setLevel(logging.DEBUG)
-
from xml.etree import ElementTree
engine = create_engine('sqlite://')