diff piecrust/data/assetor.py @ 5:474c9882decf

Upgrade to Python 3.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 11 Aug 2014 22:36:47 -0700
parents f485ba500df3
children f5ca5c5bed85
line wrap: on
line diff
--- a/piecrust/data/assetor.py	Mon Aug 11 22:36:36 2014 -0700
+++ b/piecrust/data/assetor.py	Mon Aug 11 22:36:47 2014 -0700
@@ -55,7 +55,7 @@
 
     def _debugRenderAssetNames(self):
         self._cacheAssets()
-        return self._cache.keys()
+        return list(self._cache.keys())
 
     def _cacheAssets(self):
         if self._cache is not None: