File: init_plugin.rst.py3.patch

package info (click to toggle)
nose 1.3.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,900 kB
  • sloc: python: 15,733; makefile: 99; xml: 42; sh: 2
file content (10 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
--- init_plugin.rst.orig	2010-08-31 10:36:54.000000000 -0700
+++ init_plugin.rst	2010-08-31 10:37:30.000000000 -0700
@@ -143,6 +143,7 @@
     ... can_frobnicate = 1
     ... likes_cheese = 0
     ... """)
+    46
 
 Now we can execute a test run using that configuration, after first
 resetting the widget system to an unconfigured state.