Skip to content

Instantly share code, notes, and snippets.

@openfly
Created June 29, 2016 21:47
Show Gist options
  • Save openfly/50ddd090a5ee8913dee945f932fe1906 to your computer and use it in GitHub Desktop.
Save openfly/50ddd090a5ee8913dee945f932fe1906 to your computer and use it in GitHub Desktop.
this is an example.py to demo what may be a bug in pylint
#!/usr/bin/env python
''' example script
with some text
'''
__author__ = 'some author'
__email__ = 'some.author@generic.tld'
__copyright__ = 'Copyright 2016, Mericka Industries LLC'
import sys
import getopt
import traceback
print "This is just an example"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment