Skip to content

Commit f44fed2

Browse files
committed
- Removed backwards compatibility. Now Python3 only.
1 parent fc1d8db commit f44fed2

16 files changed

+0
-48
lines changed

basics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

circuit.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

component.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

connector.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

counter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

div2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

dlatch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

elatch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

gameloop.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

gates.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

latch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

or1.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

or2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
# Boston, MA 02110-1301, USA.
2323
#
2424

25-
from __future__ import print_function
26-
from six.moves import input # use raw_input when I say input
27-
2825
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2926
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
3027
__credits__ = ["Chris Meyers", "Jeff Elkner",

settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

text.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

xor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
# Boston, MA 02110-1301, USA.
2222
#
2323

24-
from __future__ import print_function
25-
from six.moves import input # use raw_input when I say input
26-
2724
__author__ = "Chris Meyers, Jeff Elkner and Kevin Cole"
2825
__copyright__ = "Copyleft 2015, Chris Meyers (2015.12.13)"
2926
__credits__ = ["Chris Meyers", "Jeff Elkner",

0 commit comments

Comments
 (0)