ó
#yRc           @   s\   d  Z  d d d d g Z d d l m Z d d l m Z d d l m Z d d	 l m	 Z	 d
 S(   s,  
Module for handling, manipulating and querying various files related to Java
packaging in Linux distributions.

Two main file types handled are:
  - Apache Maven pom.xml files
  - Depmap files used for mapping between Maven artifacts and local files

See pom and depmap modules for more information
t   Depmapt   POMt   Artifactt
   XMvnConfigiÿÿÿÿ(   R    (   R   (   R   (   R   N(
   t   __doc__t   __all__t   javapackages.depmapR    t   javapackages.pomR   t   javapackages.artifactR   t   javapackages.xmvn_configR   (    (    (    s9   /usr/lib/python2.7/site-packages/javapackages/__init__.pyt   <module>)   s
   