"Fossies" - the Fresh Open Source Software Archive

Member "pysize-0.2/pysize.py" (11 Mar 2007, 60 Bytes) of package /linux/privat/old/pysize-0.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/usr/bin/env python
    2 
    3 from pysize.main import main
    4 main()
    5