łň
ýGc           @   sC   d  d k  Z  d   Z d   Z d   Z e d j o e   n 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_2.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_2.pyt	   disk_func   s    	c           C   s   t    t   d  S(   N(   R   R   (    (    (    s   pysysinfo_func_2.pyt   main   s    t   __main__(   R   R   R   R	   t   __name__(    (    (    s   pysysinfo_func_2.pys   <module>   s
   			
