Skip to content

Commit

Permalink
Update setup_no_gui.py (#752)
Browse files Browse the repository at this point in the history
missing import sys
  • Loading branch information
jtran10 authored Nov 20, 2023
1 parent 71a48eb commit f1db0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_no_gui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
import os
import sys
from setuptools import setup, find_packages

import pyNastran
Expand Down

0 comments on commit f1db0bb

Please sign in to comment.