~mystilleef/germinal/devel

« back to all changes in this revision

Viewing changes to germinal.py

  • Committer: Lateef Alabi-Oki
  • Date: 2011-03-16 22:52:15 UTC
  • Revision ID: mystilleef@gmail.com-20110316225215-28gsvqe1vipjt6m0
Added autotools build utilities. ./autogen.sh; make, sudo make install to build and install germinal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/python
2
 
# -*- coding: utf-8 -*-
3
 
 
4
 
if __name__ == "__main__":
5
 
        from Germinal.Main import main
6
 
        main()