Skip to content

Commit

Permalink
forgot sys module import
Browse files Browse the repository at this point in the history
  • Loading branch information
joernesdohr committed Nov 14, 2015
1 parent 736234c commit 4e2889b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RPi/pyRF24Network/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

from distutils.core import setup, Extension
import sys

if sys.version_info >= (3,):
BOOST_LIB = 'boost_python3'
Expand Down

0 comments on commit 4e2889b

Please sign in to comment.