~ubuntu-branches/ubuntu/raring/synaptiks/raring-updates

« back to all changes in this revision

Viewing changes to synaptiks/management.py

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-02-18 16:40:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218164044-7rwrh3jc31senu6e
Tags: 0.8.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add transitional package kcm-touchpad.
  - Add kde-config-touchpad.install as it's not a single binary package.
  - Compress binary package with lzma.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
 
# Copyright (c) 2011, Sebastian Wiesner <lunaryorn@googlemail.com>
 
2
# Copyright (c) 2011, 2012, Sebastian Wiesner <lunaryorn@googlemail.com>
3
3
# All rights reserved.
4
4
 
5
5
# Redistribution and use in source and binary forms, with or without
28
28
    synaptiks.management
29
29
    ====================
30
30
 
31
 
    This module implements the touchpad management layer of **synaptiks**, the
 
31
    This module implements the touchpad management layer of |synaptiks|, the
32
32
    central class is :class:`TouchpadManager`.
33
33
 
34
34
    .. moduleauthor::  Sebastian Wiesner  <lunaryorn@googlemail.com>