Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 28, 2017
1 parent 3f2d5b4 commit cc42550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions library/scrollphathd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import atexit
from sys import exit

try:
import smbus
Expand Down
6 changes: 4 additions & 2 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Section: python
Depends: ${misc:Depends}, ${python:Depends}, python-smbus, python-numpy
Suggests: i2c-tools, python-psutil
Description: python library designed to control Scroll pHAT HD.
Scroll pHAT HD provides a matrix of 119, brightness controlled, white LED pixels.
Scroll pHAT HD provides a matrix of 119, brightness controlled,
white LED pixels.
It's ideal for writing messages, showing graphs, and drawing pictures.
.
This is the Python 2 version of the package.
Expand All @@ -25,7 +26,8 @@ Section: python
Depends: ${misc:Depends}, ${python3:Depends}, python3-smbus, python3-numpy
Suggests: i2c-tools, python3-psutil
Description: python library designed to control Scroll pHAT HD.
Scroll pHAT HD provides a matrix of 119, brightness controlled, white LED pixels.
Scroll pHAT HD provides a matrix of 119, brightness controlled,
white LED pixels.
It's ideal for writing messages, showing graphs, and drawing pictures.
.
This is the Python 3 version of the package.

0 comments on commit cc42550

Please sign in to comment.