summaryrefslogtreecommitdiffstats
path: root/gluster/gfapi/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Move source files into gfapi/ dirPrashanth Pai2016-08-101-0/+57
Currently, many source files are directly placed under gluster/ dir: gluster/exceptions.py gluster/gfapi.py gluster/utils.py When multiple packages (RPMs) are sharing the same gluster namespace, these source files will conflict if there are source files with same names provided by other projects. Fix: Move all source files in gluster/* to gluster/gfapi/* Note that this patch does not break how existing users import gfapi. Change-Id: Idf9d07eefafe8333215d6c61201c97c982565ba9 Signed-off-by: Prashanth Pai <ppai@redhat.com>