Skip to content

Commit 3328363

Browse files
committed
Dev Fix
1 parent 1794045 commit 3328363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutoCAD/AutoCAD_Module.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import subprocess
2-
from enum import Enum
32
import psutil
43
import pythoncom
54
import win32com.client
6-
5+
from enum import Enum
76

87
# project by jones peter
98
class Color(Enum):

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from setuptools import setup, find_packages
22
import sys
33
from AutoCAD import __version__
4+
45
requirements = ['psutil']
56
# Add Windows-specific requirements only when on Windows
67
if sys.platform == 'win32':

0 commit comments

Comments
 (0)