script: subscription-manager support (part 3)

Renaming subman.py in subman is cute but does not prevent the generation
of the py[co].

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2016-03-28 16:33:56 +02:00
parent cd3385b59f
commit 668c8f965e
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ ceph_libexec_SCRIPTS = ceph_common.sh ceph-osd-prestart.sh
if ENABLE_SUBMAN
submandir = /etc/cron.hourly
subman_SCRIPTS = script/subman
subman_DATA = script/subman
endif
# tests to actually run on "make check"; if you need extra, non-test,

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python -B
import json
import re