Skip to content

Commit dc1a583

Browse files
committed
Merge branch 'master' of https://github.com/mmasdeu/sage_sample
2 parents 82fc2cd + 4106dd6 commit dc1a583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from distutils.command import build as build_module
1010

1111
# Obtain the different Sage versions
12-
def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_12.04-x86_64'):
12+
def get_all_version_names(mirror_url, idx = None, distribution = 'Ubuntu_14.04-x86_64'):
1313
if idx is None:
1414
idx = 0
1515
else:

0 commit comments

Comments
 (0)