Skip to content

Commit 98a8664

Browse files
author
Matthias Koeppe
committed
src/sage/features/cddlib.py: Add type='standard'
1 parent 62ad2a3 commit 98a8664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/cddlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def __init__(self, name='cddexec_gmp'):
3434
True
3535
"""
3636
Executable.__init__(self, name=name, executable=name, spkg="cddlib",
37-
url="https://github.com/cddlib/cddlib")
37+
url="https://github.com/cddlib/cddlib", type="standard")

0 commit comments

Comments
 (0)