We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7d737 commit f11c825Copy full SHA for f11c825
setup.py
@@ -23,17 +23,12 @@
23
24
Testcase 0: Just set up test fixtures by importing multicast.
25
26
- >>> __package__ is not None
27
- True
28
- >>>
29
-
30
>>> import multicast
31
>>>
32
>>> multicast.__package__ is not None
33
True
34
35
36
37
"""
38
39
try:
@@ -53,15 +48,6 @@
53
48
raise NotImplementedError("""[CWE-440] Not Implemented.""") from err
54
49
55
50
56
-__package__ = """setup""" # skipcq: PYL-W0622
57
58
59
-__module__ = """setup""" # skipcq: PYL-W0622
60
61
62
-__name__ = """setup""" # skipcq: PYL-W0622
63
64
65
51
def readFile(filename):
66
52
"""Will attempt to read the file at with the given filename or path.
67
0 commit comments