~gma500/emgd/jockey

« back to all changes in this revision

Viewing changes to examples/handlers/fglrx.py

  • Committer: martin at piware
  • Date: 2008-01-24 17:37:26 UTC
  • Revision ID: martin@piware.de-20080124173726-1rwlw4pexjutmzax
give this project a real name: jockey

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Author: Martin Pitt <martin.pitt@ubuntu.com>
4
4
# License: GPL v2 or later
5
5
 
6
 
from driver_manager.xorg_driver import XorgDriverHandler
 
6
from jockey.xorg_driver import XorgDriverHandler
7
7
 
8
8
class FglrxDriver(XorgDriverHandler):
9
9
    def __init__(self, ui):