8 lines
147 B
Python
8 lines
147 B
Python
'''
|
|
Created on May 22, 2017
|
|
|
|
@author: jvazquez
|
|
'''
|
|
INVALID_DUAL_TILT_DESIGN = "Error - not a dual tilt file, or invalid "\
|
|
"dual tilt design."
|