Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
DsxUsage
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 21, 2006, 3:01:35 PM (
19 years
ago)
Author:
Nicolas Pouillon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DsxUsage
v1
v1
1
= Basic usage =
2
3
First, create your python-based soc description, you'll need dsx and SocLib modules:
4
5
{{{
6
from dsx import *
7
from soclib import *
8
}}}
9
10
Always import those two modules in this order or you'll experience some strange import failures.