diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-09 08:33:30 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-09 08:35:20 +0200 |
commit | 2237de33db047b43c8da84a2abe26eb3e3fe6cbe (patch) | |
tree | 3c6d7e5814446e1172fea9c524f3f5b5d0c0d369 /src/ee/formatting | |
parent | 6ea743740ff4524287e5b63a18a45bd19d2451bb (diff) | |
download | ee-python-2237de33db047b43c8da84a2abe26eb3e3fe6cbe.tar.gz ee-python-2237de33db047b43c8da84a2abe26eb3e3fe6cbe.tar.bz2 ee-python-2237de33db047b43c8da84a2abe26eb3e3fe6cbe.tar.xz ee-python-2237de33db047b43c8da84a2abe26eb3e3fe6cbe.zip |
wip: Parsing schematics.
Diffstat (limited to 'src/ee/formatting')
-rw-r--r-- | src/ee/formatting/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ee/formatting/__init__.py b/src/ee/formatting/__init__.py index 32eaf64..33673a1 100644 --- a/src/ee/formatting/__init__.py +++ b/src/ee/formatting/__init__.py @@ -1,5 +1,4 @@ import math -from ee import EeError __all__ = [ 'e6', 'e12', 'e24', 'e48', 'e96', 'e192', |