Skip to content

Commit

Permalink
Generate the same file as in third-party/fisx/python/cython/_fisx.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jul 6, 2015
1 parent c1ee0b3 commit e182b26
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
Expand Up @@ -963,8 +963,8 @@ def run(self):
print("WARNING: Could not delete file. Assuming up-to-date.")
if not os.path.exists(multiple_pyx):
pyx = glob.glob(os.path.join(cython_dir, "*pyx"))
# We have to put the name PyEPDL prior to PyElement
# irrespectively of the platform
# until _fisx.pyx gets updated, we have to put
# the name PyEPDL after PyElement
pyx = sorted(pyx, key=str.lower)
f = open(multiple_pyx, 'wb')
for fname in pyx:
Expand Down

0 comments on commit e182b26

Please sign in to comment.