Add missing shebangs.

This commit is contained in:
Cyril Roelandt 2013-09-27 12:12:09 +00:00
parent 2df0486705
commit 3111e93bee
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
#
# Author: Cyril Roelandt <cyril.roelandt@enovance.com>

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from sphinxcontrib.docbook import DocBookBuilder
def setup(app):