Merge pull request #3 from MaskRay/shebang

Remove blank after #!
master
Andy Stewart 8 years ago committed by GitHub
commit 7baa469c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/browser/buffer.py
  2. 2
      app/imageviewer/buffer.py
  3. 2
      app/videoplayer/buffer.py
  4. 2
      core/buffer.py
  5. 2
      core/eaf.py
  6. 2
      core/fake_key_event.py
  7. 2
      core/view.py
  8. 2
      core/xutils.py

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2018 Andy Stewart

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2011 ~ 2014 Andy Stewart

Loading…
Cancel
Save