@@ -1,4 +1,4 @@
-This framework (folders: examples, oxygine, tools) is distributed under the MIT License:
+This framework is distributed under the MIT License:
Copyright (c) 2011-2013 Denis Muratshin
@@ -312,7 +312,7 @@ def _run(args):
print("src " + src_path)
tp = guess_type(src_path)
- if ext == ".storyboard":
+ if ext in (".storyboard", ".gradle"):
tp = ("text", "")
if not tp[0]: