Package toon
[hide private]
[frames] | no frames]

Source Code for Package toon

 1  #!/usr/bin/env python 
 2  # -*- coding: utf-8 -*- 
 3  #  
 4  # Toonloop for Python 
 5  # 
 6  # Copyright 2008 Alexandre Quessy & Tristan Matthews 
 7  # <alexandre@quessy.net> & <le.businessman@gmail.com> 
 8  # http://www.toonloop.com 
 9  # 
10  # Original idea by Alexandre Quessy 
11  # http://alexandre.quessy.net 
12  # 
13  # This file is free software: you can redistribute it and/or modify 
14  # it under the terms of the GNU General Public License as published by 
15  # the Free Software Foundation, either version 2 of the License, or 
16  # (at your option) any later version. 
17  # 
18  # Toonloop is distributed in the hope that it will be useful, 
19  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
20  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
21  # GNU General Public License for more details. 
22  # 
23  # You should have received a copy of the GNU General Public License 
24  # along with Toonloop.  If not, see <http://www.gnu.org/licenses/>. 
25  """ 
26  Libraries used by Toonloop, the live stop motion tool. 
27  """ 
28  __all__ = [] 
29