]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/__init__.py
Various PDs: Whitespace, cosmetics.
[libsigrokdecode.git] / decoders / edid / __init__.py
index 0987d1780ee6f7d7b82912529538564c704e7352..318130f23b7c9866085c9dec15d9aae8948d169b 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ##
@@ -36,5 +36,4 @@ More information on EDID is available here:
  https://en.wikipedia.org/wiki/Extended_display_identification_data
 '''
 
-from .edid import *
-
+from .pd import *