Ñò
ÎÑAHc           @   s™   d  Z  d d k l Z d e i d Z e i Z d d k Z d d k Z e	 a
 d „  Z d „  Z e i i d d	 ƒ d
 j o
 e Z n e Z d „  Z d S(   sì    Platform specific utility functions, posix version 

Importing this module directly is not portable - rather, import platutils 
to use these functions in platform agnostic fashion.

$Id: ipstruct.py 1005 2006-01-12 08:39:26Z fperez $

iÿÿÿÿ(   t   Releases   %s <%s>t   VilleNc          O   s   d S(   s    A no-op function N(    (   t   at   b(    (    sO   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/platutils_posix.pyt	   _dummy_op   s    c         C   s*   t  o d St i i d d |  f ƒ d S(   s3    Change virtual terminal title in xterm-workalikes Ns   ]%d;%si    (   t   ignore_termtitlet   syst   stdoutt   write(   t   title(    (    sO   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/platutils_posix.pyt   _set_term_title_xterm   s    t   TERMt    t   xtermc           C   s
   t  a d  S(   N(   t   TrueR   (    (    (    sO   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/platutils_posix.pyt   freeze_term_title-   s    (   t   __doc__t   IPythonR    t   authorst
   __author__t   licenset   __license__R   t   ost   FalseR   R   R
   t   environt   gett   set_term_titleR   (    (    (    sO   /u/d/b/dbachman/web/work/lib/python2.3/site-packages/IPython/platutils_posix.pyt   <module>	   s   
				
