pt-flow 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <tasks type="array">
3
- <task>
4
- <id type="integer">468113</id>
5
- <description>Task number 1</description>
6
- <position>1</position>
7
- <complete>false</complete>
8
- <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
9
- </task>
10
- <task>
11
- <id type="integer">468114</id>
12
- <description>Number 2 Task</description>
13
- <position>2</position>
14
- <complete>false</complete>
15
- <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
16
- </task>
17
- <task>
18
- <id type="integer">468117</id>
19
- <description>3rd task is a charm</description>
20
- <position>3</position>
21
- <complete>true</complete>
22
- <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
23
- </task>
24
- </tasks>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <task>
3
- <id type="integer">468113</id>
4
- <description>Test task</description>
5
- <position>1</position>
6
- <complete>false</complete>
7
- <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
8
- </task>