summaryrefslogtreecommitdiff
path: root/sast/manaplus.rpy-sast.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-30 15:19:39 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-30 15:19:39 -0300
commitb017d9f4ba3be92cf8d2474ac3850bb776ec71d1 (patch)
tree3d0f6e1eea10b3c29e5bee8475c5a67f60a85d62 /sast/manaplus.rpy-sast.py
parentbd36c692357c85de7058a28abc63ab9abc228a58 (diff)
downloadrenpy-b017d9f4ba3be92cf8d2474ac3850bb776ec71d1.tar.gz
renpy-b017d9f4ba3be92cf8d2474ac3850bb776ec71d1.tar.bz2
renpy-b017d9f4ba3be92cf8d2474ac3850bb776ec71d1.tar.xz
renpy-b017d9f4ba3be92cf8d2474ac3850bb776ec71d1.zip
Remove sast folder from git, it is obviously the poor tool fault
Diffstat (limited to 'sast/manaplus.rpy-sast.py')
-rw-r--r--sast/manaplus.rpy-sast.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/sast/manaplus.rpy-sast.py b/sast/manaplus.rpy-sast.py
deleted file mode 100644
index 082c031..0000000
--- a/sast/manaplus.rpy-sast.py
+++ /dev/null
@@ -1,9 +0,0 @@
-if True:
- #############################################################################
- def download_manaplus(fname):
- installdir=get_path("manaplus")
- status_update("Downloading %s on RAM..." % fname, 62)
- r=requests.get(persistent.host+"/%s" % fname, timeout=60.0)
- if (r.status_code != 200):
- status_update("Failure retrieving M+: ERROR %d" % r.status_code)
- return False