From 66ec1a2a0b0d8bee68fe1e42da8ff59b4346ae13 Mon Sep 17 00:00:00 2001 From: Joe Britton Date: Mon, 2 Feb 2015 19:03:17 -0700 Subject: [PATCH] add __init__.py for lda --- artiq/devices/lda/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/devices/lda/__init__.py b/artiq/devices/lda/__init__.py index e69de29bb..59c74f3a7 100644 --- a/artiq/devices/lda/__init__.py +++ b/artiq/devices/lda/__init__.py @@ -0,0 +1 @@ +from .driver import Lda \ No newline at end of file