Skip to content

Commit 690bb48

Browse files
authored
Merge branch 'ni:master' into apireviewcommentsfixespart1
2 parents ab05ba9 + 63bf5d4 commit 690bb48

File tree

24 files changed

+12
-12
lines changed

24 files changed

+12
-12
lines changed

build/templates/_library_singleton.py.mako

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def get():
4444
Returns the library.Library singleton for ${config['module_name']}.
4545
'''
4646
global _instance
47-
global _instance_lock
4847

4948
with _instance_lock:
5049
if _instance is None:

build/templates/setup.py.mako

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ setup(
6565
"Programming Language :: Python :: 3.12",
6666
"Programming Language :: Python :: 3.13",
6767
"Programming Language :: Python :: Implementation :: CPython",
68+
"Topic :: Scientific/Engineering :: Instrument Drivers",
6869
"Topic :: System :: Hardware :: Hardware Drivers"
6970
],
7071
package_data={pypi_name: ['VERSION']},

generated/nidcpower/nidcpower/_library_singleton.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def get():
4040
Returns the library.Library singleton for nidcpower.
4141
'''
4242
global _instance
43-
global _instance_lock
4443

4544
with _instance_lock:
4645
if _instance is None:

generated/nidcpower/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read_contents(file_to_read):
5454
"Programming Language :: Python :: 3.12",
5555
"Programming Language :: Python :: 3.13",
5656
"Programming Language :: Python :: Implementation :: CPython",
57+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5758
"Topic :: System :: Hardware :: Hardware Drivers"
5859
],
5960
package_data={pypi_name: ['VERSION']},

generated/nidigital/nidigital/_library_singleton.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def get():
4040
Returns the library.Library singleton for nidigital.
4141
'''
4242
global _instance
43-
global _instance_lock
4443

4544
with _instance_lock:
4645
if _instance is None:

generated/nidigital/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

generated/nidmm/nidmm/_library_singleton.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def get():
4040
Returns the library.Library singleton for nidmm.
4141
'''
4242
global _instance
43-
global _instance_lock
4443

4544
with _instance_lock:
4645
if _instance is None:

generated/nidmm/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def read_contents(file_to_read):
5454
"Programming Language :: Python :: 3.12",
5555
"Programming Language :: Python :: 3.13",
5656
"Programming Language :: Python :: Implementation :: CPython",
57+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5758
"Topic :: System :: Hardware :: Hardware Drivers"
5859
],
5960
package_data={pypi_name: ['VERSION']},

generated/nifake/nifake/_library_singleton.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def get():
4040
Returns the library.Library singleton for nifake.
4141
'''
4242
global _instance
43-
global _instance_lock
4443

4544
with _instance_lock:
4645
if _instance is None:

generated/nifake/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def read_contents(file_to_read):
5555
"Programming Language :: Python :: 3.12",
5656
"Programming Language :: Python :: 3.13",
5757
"Programming Language :: Python :: Implementation :: CPython",
58+
"Topic :: Scientific/Engineering :: Instrument Drivers",
5859
"Topic :: System :: Hardware :: Hardware Drivers"
5960
],
6061
package_data={pypi_name: ['VERSION']},

0 commit comments

Comments
 (0)