łň
~ýGc           @   s2   d  d k  Z  d   Z d   Z d   Z e   d S(   i˙˙˙˙Nc          C   s,   d }  d } d |  GHt  i |  | g  d  S(   Nt   unames   -as.   Gathering system information with %s command:
(   t
   subprocesst   call(   R    t	   uname_arg(    (    s   pysysinfo_func.pyt
   uname_func   s    	c          C   s,   d }  d } d |  GHt  i |  | g  d  S(   Nt   dfs   -hs,   Gathering diskspace information %s command:
(   R   R   (   t	   diskspacet   diskspace_arg(    (    s   pysysinfo_func.pyt	   disk_func   s    	c           C   s   t    t   d  S(   N(   R   R   (    (    (    s   pysysinfo_func.pyt   main   s    (   R   R   R   R	   (    (    (    s   pysysinfo_func.pys   <module>   s   			
