changed old type txt to new type txtt
diff --git a/utilities/page/calendar/calendar.txt b/utilities/page/calendar/calendar.txt
index 668c909..d8e30e4 100644
--- a/utilities/page/calendar/calendar.txt
+++ b/utilities/page/calendar/calendar.txt
@@ -1,28 +1,21 @@
-# Page, calendar
[
-
- # These values are common in all dictionaries
- {
- 'creation': '2012-02-24 11:24:12',
- 'docstatus': 0,
- 'modified': '2012-02-24 11:24:12',
- 'modified_by': u'Administrator',
- 'owner': u'Administrator'
- },
-
- # These values are common for all Page
- {
- 'doctype': 'Page',
- 'module': u'Utilities',
- 'name': '__common__',
- 'page_name': u'calendar',
- 'standard': u'Yes',
- 'title': u'Calendar'
- },
-
- # Page, calendar
- {
- 'doctype': 'Page',
- 'name': u'calendar'
- }
+ {
+ "owner": "Administrator",
+ "docstatus": 0,
+ "creation": "2012-02-24 11:24:12",
+ "modified_by": "Administrator",
+ "modified": "2012-02-24 11:24:12"
+ },
+ {
+ "name": "__common__",
+ "title": "Calendar",
+ "module": "Utilities",
+ "doctype": "Page",
+ "page_name": "calendar",
+ "standard": "Yes"
+ },
+ {
+ "name": "calendar",
+ "doctype": "Page"
+ }
]
\ No newline at end of file