Skip to content

Commit

Permalink
Merged in avylove/sphinxcontrib-spelling (pull request #4)
Browse files Browse the repository at this point in the history
Removed unnecessary shebang lines from non-script files
  • Loading branch information
dhellmann committed Jun 20, 2016
2 parents 1004925 + 043380d commit b62d52b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/checker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/directive.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/tests/test_builder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/tests/test_checker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/spelling/tests/test_filter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# encoding: utf-8
#
# Copyright (c) 2010 Doug Hellmann. All rights reserved.
Expand Down

0 comments on commit b62d52b

Please sign in to comment.