File: simple.py

package info (click to toggle)
cubictemp 0.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 304 kB
  • ctags: 72
  • sloc: python: 261; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 86 bytes parent folder | download
1
2
3
4
5
6
mdict = {
	"foo": "one",
	"bar": "two",
	"boo": "three",
	"mdict": {"entry": "foo"}
}