[Assorted-commits] SF.net SVN: assorted:[1048] facebook-tools/trunk/src/fb.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-11-02 03:01:54
|
Revision: 1048 http://assorted.svn.sourceforge.net/assorted/?rev=1048&view=rev Author: yangzhang Date: 2008-11-02 03:01:52 +0000 (Sun, 02 Nov 2008) Log Message: ----------- added more docs Modified Paths: -------------- facebook-tools/trunk/src/fb.py Modified: facebook-tools/trunk/src/fb.py =================================================================== --- facebook-tools/trunk/src/fb.py 2008-11-02 03:00:39 UTC (rev 1047) +++ facebook-tools/trunk/src/fb.py 2008-11-02 03:01:52 UTC (rev 1048) @@ -1,7 +1,11 @@ #!/usr/bin/env python """ -General-purpose utility for working with Facebook from a Python shell. +General-purpose utility for working with Facebook from a Python shell. Just +import this and use fb_session(). + +This also has a main function that exec's the first (single) command line +parameter. """ from facebook import * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |