Skip to content

Commit

Permalink
Remove useless module infos from helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 22, 2016
1 parent 33d651f commit 7eb0ffc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions mss/helpers.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
''' A very fast cross-platform multiple screenshots module in pure python
using ctypes.
This module is maintained by Mickaël Schoentgen <mickael@jmsinfo.co>.
Note: please keep this module compatible to Python 2.6.
You can always get the latest version of this module at:
https://github.com/BoboTiG/python-mss
If that URL should fail, try contacting the author.
'''
''' Helpers and base class of the MSS module. See __init__.py. '''

from __future__ import division, print_function, unicode_literals

Expand Down

0 comments on commit 7eb0ffc

Please sign in to comment.