Skip to content

Commit

Permalink
Remove left-over license from copying a previous project
Browse files Browse the repository at this point in the history
  • Loading branch information
zulak committed Mar 6, 2013
1 parent 0b2d52a commit 76451fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pebble/__init__.py
@@ -1,6 +1,5 @@
__title__ = 'libpebble'
__version__ = '0.0.1'
__build__ = 0x01
__license__ = 'Apache 2.0'

from .pebble import Pebble, PebbleError, PutBytesClient
1 change: 0 additions & 1 deletion pebble/pebble.py
Expand Up @@ -18,7 +18,6 @@
logging.basicConfig(format='[%(levelname)-8s] %(message)s')
log.setLevel(logging.DEBUG)

#DEFAULT_PEBBLE_ID = "402F"
DEFAULT_PEBBLE_ID = None #Triggers autodetection on unix-like systems

DEBUG_PROTOCOL = False
Expand Down

0 comments on commit 76451fe

Please sign in to comment.