Skip to content

Commit f11c825

Browse files
[REGRESSION] fix for regression in last commit.
Changes in file setup.py: - removed magic python variables that caused build issues
1 parent cf7d737 commit f11c825

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,12 @@
2323
2424
Testcase 0: Just set up test fixtures by importing multicast.
2525
26-
>>> __package__ is not None
27-
True
28-
>>>
29-
3026
>>> import multicast
3127
>>>
3228
>>> multicast.__package__ is not None
3329
True
3430
>>>
3531
36-
3732
"""
3833

3934
try:
@@ -53,15 +48,6 @@
5348
raise NotImplementedError("""[CWE-440] Not Implemented.""") from err
5449

5550

56-
__package__ = """setup""" # skipcq: PYL-W0622
57-
58-
59-
__module__ = """setup""" # skipcq: PYL-W0622
60-
61-
62-
__name__ = """setup""" # skipcq: PYL-W0622
63-
64-
6551
def readFile(filename):
6652
"""Will attempt to read the file at with the given filename or path.
6753

0 commit comments

Comments
 (0)