swiftonfile/pkgconfig.py
Thiago da Silva de24352275 changing references of gluster to swiftonfile
Renamed files and directories as well as replaced
infile references to gluster where appropriate

Signed-off-by: Thiago da Silva <thiago@redhat.com>
2014-07-08 11:04:31 -04:00

9 lines
212 B
Python

# Simple program to save all package information
# into a file which can be sourced by a bash script
from swiftonfile.swift import _pkginfo as pkginfo
PKGCONFIG = 'pkgconfig.in'
pkginfo.save_config(PKGCONFIG)