File: db_config.py

package info (click to toggle)
python-cx-oracle 8.3.0-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 3,276 kB
  • sloc: ansic: 10,406; python: 9,358; sql: 1,724; makefile: 31
file content (4 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
import os

dirName = os.path.dirname(os.path.dirname(__file__))
exec(open(os.path.join(dirName, "db_config.py"), "r").read())