Merge pull request #1208 from gladiac/shebang

lib: Remove wrong shebang from debug.py.
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2014-12-03 07:30:16 +03:00
commit 16ffd10672
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8:noet
from __future__ import (unicode_literals, division, absolute_import, print_function)