From 00ee5d8eb325981a006b86fee02b29823b280fcd Mon Sep 17 00:00:00 2001 From: Tom Rothamel Date: Thu, 2 Apr 2015 21:19:39 -0400 Subject: [PATCH] Add main.py. This is an alias to renpy.py that's used when renpy.py is hidden by eclipse, which is necessary to ensure eclipse favors the renpy/ directory. --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 main.py diff --git a/main.py b/main.py new file mode 120000 index 000000000..60633b4ff --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +renpy.py \ No newline at end of file