PySigmaKoki 2.1.6__tar.gz → 2.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySigmaKoki
3
- Version: 2.1.6
3
+ Version: 2.1.7
4
4
  Summary: Python Interface for Instruments by Sigma Koki
5
5
  Author-email: Akira Okumura <oxon@mac.com>
6
6
  License: BSD License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySigmaKoki
3
- Version: 2.1.6
3
+ Version: 2.1.7
4
4
  Summary: Python Interface for Instruments by Sigma Koki
5
5
  Author-email: Akira Okumura <oxon@mac.com>
6
6
  License: BSD License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "PySigmaKoki"
7
- version = "2.1.6"
7
+ version = "2.1.7"
8
8
  description = "Python Interface for Instruments by Sigma Koki"
9
9
  authors = [
10
10
  { name = "Akira Okumura", email = "oxon@mac.com" }
@@ -8,7 +8,7 @@ try:
8
8
  except:
9
9
  pass
10
10
  import serial
11
- import sys
11
+ import time
12
12
 
13
13
  class BaseStageController(object):
14
14
  """
File without changes
File without changes