mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
11 lines
116 B
Plaintext
Executable File
11 lines
116 B
Plaintext
Executable File
shopt -s extglob
|
|
|
|
pylibmc-missing() {
|
|
puts-warn "pylibmc is missing."
|
|
}
|
|
|
|
show-warnings() {
|
|
pylibmc-missing()
|
|
|
|
}
|