fix import

这个提交包含在:
John Hartley
2019-07-31 18:03:00 +01:00
父节点 6a1606ce9d
当前提交 4dbd637d39

查看文件

@@ -21,7 +21,7 @@ import os
import sys
from .config import c
from .constants import floattype
from .config import dtypes
from .exceptions import CmdInputError
from .waveforms import Waveform
@@ -33,6 +33,7 @@ from colorama import Fore
from colorama import Style
init()
floattype = dtypes['float_or_double']
class UserObjectSingle: