projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf95ea6
)
fill __init__.py to simplify imports
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 10 Oct 2014 14:57:18 +0000
(16:57 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Fri, 10 Oct 2014 15:24:36 +0000
(17:24 +0200)
miscope/__init__.py
patch
|
blob
|
history
diff --git
a/miscope/__init__.py
b/miscope/__init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..03249cdb79cf6f7d52c2785cd4434f5c4425ccc9 100644
(file)
--- a/
miscope/__init__.py
+++ b/
miscope/__init__.py
@@
-0,0
+1,7
@@
+try:
+ from miscope.miio import MiIo
+ from miscope.mila import MiLa
+ from miscope.trigger import Term, RangeDetector, EdgeDetector
+ from miscope.uart2wishbone import UART2Wishbone
+except:
+ pass
\ No newline at end of file