diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-11-21 22:43:02 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-11-24 20:21:19 +0100 |
commit | 24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5 (patch) | |
tree | 43d0c24c6a18e824d9d66a390bad9cff3aa081af /decoders/uart_dump/Makefile.am | |
parent | 23f999aa996e54cd73cb54d5e254d1445d65847d (diff) | |
download | libsigrokdecode-24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5.tar.gz libsigrokdecode-24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5.zip |
All PDs: Name the files pd.py consistently.
The Python module name is determined by the directory name (e.g. dcf77),
the *.py file names in that directory don't matter and can be kept
consistent.
Diffstat (limited to 'decoders/uart_dump/Makefile.am')
-rw-r--r-- | decoders/uart_dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart_dump/Makefile.am b/decoders/uart_dump/Makefile.am index d95618c..ca9f532 100644 --- a/decoders/uart_dump/Makefile.am +++ b/decoders/uart_dump/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/uart_dump -dist_pkgdata_DATA = __init__.py uart_dump.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc |