1#!/usr/bin/env python2
 2
 3"""Stub because the EPP has no Oracle client, yet Django still insists on
 4tying to import cx_Oracle due to unused databases configured in settings."""
 5
 6# copy to ~/chart on EPS machine
 7
 8DatabaseError = None
 9IntegrityError = None
10TIMESTAMP = None
11NUMBER = None
12STRING = None
13BLOB = None
14CLOB = None
15DATETIME = None
16NCHAR = None
17FIXED_CHAR = None
18FIXED_NCHAR = None
19NATIVE_FLOAT = None 
20NCLOB = None
21version = '5.3'