mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
moved build script and renamed
This commit is contained in:
parent
a85a5b91ca
commit
93ba954df5
@ -3,7 +3,6 @@
|
||||
from optparse import OptionParser
|
||||
import httplib, urllib
|
||||
import os, fnmatch, shutil, re
|
||||
from collections import OrderedDict
|
||||
|
||||
usage = """usage: %prog [options] command
|
||||
|
||||
@ -93,7 +92,7 @@ def compile(code):
|
||||
return data
|
||||
|
||||
def bytes_to_kb(b,digits=1):
|
||||
return round(0.0078125 * b, digits)
|
||||
return round(0.0009765625 * b, digits)
|
||||
|
||||
def clean():
|
||||
if os.path.exists(BUILD_ROOT):
|
Loading…
Reference in New Issue
Block a user