Changes between Initial Version and Version 1 of AsapFaq


Ignore:
Timestamp:
04/26/07 15:02:52 (17 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AsapFaq

    v1 v1  
     1
     2== How do I run asap scripts without the asap command-line? ==
     3
     4Insert
     5{{{
     6#!python
     7from asap import *
     8}}}
     9the top of you script.