mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
new warnings file
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
shopt -s extglob
|
||||
|
||||
pylibmc-missing() {
|
||||
puts-warn "pylibmc is missing."
|
||||
}
|
||||
|
||||
show-warnings() {
|
||||
pylibmc-missing()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user