13 lines
277 B
Diff
13 lines
277 B
Diff
|
---
|
||
|
asciidoc.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/asciidoc.py
|
||
|
+++ b/asciidoc.py
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/usr/bin/env python
|
||
|
+#!/usr/bin/python -Wignore::DeprecationWarning
|
||
|
"""
|
||
|
asciidoc - converts an AsciiDoc text file to DocBook, HTML or LinuxDoc
|
||
|
|