diff options
-rwxr-xr-x | example.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,5 +13,4 @@ c = ConfigSource(samples_path, "/tmp/dotfiles-test", None, options) c.sync() print -from pprint import pprint -pprint(c) +print repr(c) |
![]() |
index : confman | |
Lazy, rootless, yet powerful config file management mostly using symlinks | Laurent Bachelier |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | example.py | 3 |
@@ -13,5 +13,4 @@ c = ConfigSource(samples_path, "/tmp/dotfiles-test", None, options) c.sync() print -from pprint import pprint -pprint(c) +print repr(c) |