Browse Source

fixed missing atexit import in pin/__init__.py

digital 8 years ago
parent
commit
be6b02f126
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pin/__init__.py

+ 1 - 0
pin/__init__.py

@@ -17,6 +17,7 @@
 # along with DigiLib.  If not, see <http://www.gnu.org/licenses/>.
 
 # Python modules
+import atexit
 import logging
 import threading
 import traceback