~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to doc/howto/tutorial/listings/finger/finger19a_changes.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
class IFingerSetterService(Interface):
3
3
 
4
 
    def setUser(self, user, status):
 
4
    def setUser(user, status):
5
5
        """Set the user's status to something"""
6
6
 
7
7
# Advantages of latest version