author | NIIBE Yutaka <gniibe@fsij.org> | 2019年04月22日 14:03:18 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019年04月22日 14:03:18 +0900 |
commit | 77f71b02ef92d42985af868ab3cd1b118e1f885b (patch) | |
tree | 1548dad192e8b2f61fb8d21d82e2216a9fb59468 | |
parent | d0aeb53cf39d4c4c1cbc4a37c68b2a8216f2e3bf (diff) |
-rw-r--r-- | content/pages/misc/usb-id-ja.rst | 2 | ||||
-rw-r--r-- | plugins/site_local/site.py | 2 |
diff --git a/content/pages/misc/usb-id-ja.rst b/content/pages/misc/usb-id-ja.rst index cd266db..b7d6332 100644 --- a/content/pages/misc/usb-id-ja.rst +++ b/content/pages/misc/usb-id-ja.rst @@ -27,6 +27,6 @@ Vendor ID Product ID String ID Description 234B 0003 Initial-G Debug firmware 234B 0004 Fraucheky USB MSC device with GPL 234B 0005 Tian Tian Xiang Shang CCID smartcard reader -========== ========== ===================== ============================ +========== ========== ===================== ======================== FSIJは、セカンド・ソース製造者の要望に対して、その目的を吟味し、年次報告をFSIJ事務局に行うことを条件として、FSIJのベンダIDの利用の契約を検討し、実施します。 diff --git a/plugins/site_local/site.py b/plugins/site_local/site.py index a3d9a93..cfef7a0 100644 --- a/plugins/site_local/site.py +++ b/plugins/site_local/site.py @@ -1,7 +1,7 @@ from pelican import signals def show_this_plugin(sender): - print "Site specific plugin loaded." + print("Site specific plugin loaded.") def setup_articles(sender): # Don't generate authors index |