/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux/xorg/drivers/nvidia/test.py

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-08 01:07:23 UTC
  • Revision ID: csa@dside.dyndns.org-20131108010723-gfaem1vwkt6262m1
virtualization mainly

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import pygtk
 
2
pygtk.require("2.0")
 
3
 
 
4
try:
 
5
    import gnomeapplet
 
6
except ImportError, e:
 
7
    if str(e).find("gnomeapplet") >= 0:
 
8
          raise
 
9
except:
 
10
    pass