views:

18

answers:

1

Hi,

I've install this script via pip, but how to a reference these files as part of my script, do I need to use import or some other magic?

Thanks

+1  A: 

import isn't magic, it's how things get done.

Ignacio Vazquez-Abrams
So what name do I use for the package? import python-varnish?
Tom
A quick peek inside setup.py says "varnish".
Ignacio Vazquez-Abrams