~ubuntu-dev/ubuntu/lucid/atheist/lucid-201002101849

« back to all changes in this revision

Viewing changes to examples/command.test

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2009-09-14 13:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090914133631-fi4cla3ohh7u88t6
Tags: upstream-0.20090921
ImportĀ upstreamĀ versionĀ 0.20090921

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- mode: python -*-
2
 
 
3
 
#d = Daemon("nc -l -p 2000", id='nc')
4
 
Command("ls")
5
 
Command("ls")
6
 
Test("ls")
7
 
 
8
 
 
9
 
#print d.id
10
 
#nc = get_task('nc')
11
 
 
12
 
#Command(None).terminates += nc