/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to config.py

Fix git -> git fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009-2010 Jelmer Vernooij <jelmer@samba.org>
 
1
# Copyright (C) 2009 Jelmer Vernooij <jelmer@samba.org>
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
35
35
            store=config.STORE_LOCATION, warn_masked=warn_masked)
36
36
 
37
37
    def _get_user_id(self):
38
 
        # TODO: Read from ~/.gitconfig
39
 
        return self._get_best_value('_get_user_id')
 
38
        return None
 
39