@@ -38,6 +38,6 @@ try:
print("begin");
f= a.getResponse()
print(f)
-except Exception,e:
+except Exception as e:
print(e)
-
+
@@ -18,7 +18,7 @@ setup(
keywords=('dingtalk python'),
author='AM.software',
author_email='wangxl@amtxtx.com',
- packages=['aliyun', 'dingtalk', 'top'],
+ packages=['dingtalk'],
zip_safe=False,
classifiers=(
"Programming Language :: Python :: 3",
@@ -38,6 +38,6 @@ a.fields="nick"
try: