Skip to content

Commit

Permalink
adding sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Feb 24, 2020
1 parent 9ae18a3 commit 324f27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup
from distutils.command.build_py import build_py

from setuptools import setup
import sys

package = "spaghetti"

Expand Down

0 comments on commit 324f27d

Please sign in to comment.