2016-11-18 03:37:22 -05:00
|
|
|
# -*- coding=UTF-8; tab-width: 4 -*-
|
|
|
|
|
|
|
|
# These both seem to be worthless because they don't propogate to the modules
|
|
|
|
# lower down....
|
|
|
|
##from __future__ import division
|
|
|
|
##from __future__ import absolute_import # JUST in case.
|
|
|
|
|
2022-10-07 16:51:40 -04:00
|
|
|
# No __all__ or similar, for now.
|