junglejourney

changeset 56:1a555d848009

Use the tools package.
author David Boddie <david@boddie.org.uk>
date Thu Aug 25 01:41:20 2011 +0200
parents c749e19efb14
children c632214161bc
files build.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/build.py	Thu Aug 25 00:13:44 2011 +0200
     1.2 +++ b/build.py	Thu Aug 25 01:41:20 2011 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  import os, sys
     1.6  import UEFfile
     1.7 -import makesprites
     1.8 +from tools import makesprites
     1.9  
    1.10  version = "0.1"
    1.11