Changeset 2456
- Timestamp:
- 06/16/09 11:01:24
- Files:
-
- branches/python3/cherrypy/test/test_session.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/python3/cherrypy/test/test_session.py
r2441 r2456 2 2 test.prefer_parent_path() 3 3 4 importhttp.client import HTTPConnection, HTTPSConnection4 from http.client import HTTPConnection, HTTPSConnection 5 5 import os 6 6 localDir = os.path.dirname(__file__)

