~ubuntu-branches/ubuntu/saucy/disper/saucy-proposed

« back to all changes in this revision

Viewing changes to src/nvidia/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Cheng
  • Date: 2011-07-17 22:30:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110717223003-e000zieh4kgerk01
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
# __init__.py - nvidia NV-CONTROL X extension
 
3
#
 
4
# This program is free software; you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation; either version 3 of the License, or
 
7
# (at your option) any later version.
 
8
#        
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
12
# GNU General Public License at http://www.gnu.org/licenses/gpl.txt
 
13
# By using, editing and/or distributing this software you agree to
 
14
# the terms and conditions of this license.
 
15
 
 
16
from nvcmd import *
 
17
from nvsettings import *
 
18
 
 
19
# vim:ts=4:sw=4:expandtab: