Skip to content

Commit

Permalink
Merge pull request #21 from LovetheFrogs/revert-15-2-to-1-mux
Browse files Browse the repository at this point in the history
Revert "2 to 1 mux"
  • Loading branch information
LovetheFrogs authored Jun 23, 2022
2 parents 233a1cb + 0bcc42d commit aa6cea6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 172 deletions.
24 changes: 0 additions & 24 deletions CTools/Exceptions/MultiplexersExceptions.py

This file was deleted.

1 change: 0 additions & 1 deletion CTools/Exceptions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

from CTools.Exceptions.CircuitToolsExceptions import *
from CTools.Exceptions.LogicGateExceptions import *
from CTools.Exceptions.MultiplexersExceptions import *
File renamed without changes.
93 changes: 0 additions & 93 deletions CTools/Multiplexers/Mux2to1.py

This file was deleted.

7 changes: 0 additions & 7 deletions CTools/Multiplexers/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion CTools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

from CTools.Exceptions import *
from CTools.LogicGates import *
from CTools.Multiplexers import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='PyCircTools',
packages=find_packages(include=['Exceptions', 'LogicGates']),
version='0.0.3',
version='0.0.1',
description='CTools, a python circuit library.',
author='LovetheFrogs',
license='GPL-3.0',
Expand Down
45 changes: 0 additions & 45 deletions tests/Multiplexers_tests/test_Mux2to1.py

This file was deleted.

0 comments on commit aa6cea6

Please sign in to comment.