fix sugarise-doc-comments.py shebang

This commit is contained in:
Daniel Micay 2013-01-03 02:40:21 -05:00
parent 587ce4894e
commit 8ffc2b0f5e

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# this script attempts to turn doc comment attributes (#[doc = "..."]) # this script attempts to turn doc comment attributes (#[doc = "..."])