mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 04:14:46 +08:00
12 lines
342 B
Diff
12 lines
342 B
Diff
|
--- src/sage/misc/package.py.orig 2014-11-23 15:58:13.000000000 +0100
|
||
|
+++ src/sage/misc/package.py 2015-01-22 20:32:25.651383902 +0100
|
||
|
@@ -194,7 +194,7 @@
|
||
|
sage: is_package_installed('sage')
|
||
|
True
|
||
|
"""
|
||
|
- return any(p.startswith(package) for p in install_package())
|
||
|
+ return True
|
||
|
|
||
|
def standard_packages():
|
||
|
"""
|