Code review comment for lp:~om26er/ubuntu-weather-app/db_stab2

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

And for the module path you'll need something like

        database_tmpl_dir = os.path.join(os.path.dirname(ubuntu_weather_app.__file__),
                                   'Databases')

« Back to merge proposal