mirror of https://github.com/swig/swig
Correct python example headers
This commit is contained in:
parent
d1e0912ac0
commit
8234656497
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_alias
|
||||
import inspect
|
||||
import comment_verifier
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_basic_notranslate
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_basic_translate
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_ignore
|
||||
import inspect
|
||||
import comment_verifier
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_misc_constructs
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_parsing
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_translate_all_tags
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_translate_links
|
||||
import inspect
|
||||
import string
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import doxygen_translate
|
||||
import inspect
|
||||
import string
|
||||
|
|
Loading…
Reference in New Issue