~entertainer-releases/entertainer/entertainer-0.5

« back to all changes in this revision

Viewing changes to entertainerlib/utils/cd_utils.py

  • Committer: Matt Layman
  • Date: 2010-01-23 04:18:26 UTC
  • mfrom: (358.6.27 future)
  • Revision ID: laymansterms.dev@gmail.com-20100123041826-1hbfap7zlwaazjk3
Merge in all the good work that had been happening in future. This should get
trunk working again. It was badly neglected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2009 Entertainer Developers - See COPYING - GPLv2
2
 
'''Utilities for handling the cd'''
3
 
# XXX: rockstar - Why do we have  module for a single function?
4
 
 
5
 
import os
6
 
 
7
 
def eject_cd():
8
 
    os.system("eject")