348bee use tmp when creating repo to add README file to

Authored and Committed by Ryan Lerch 10 years ago
    use tmp when creating repo to add README file to
    
    We have to create a non-bare repo to add the new
    README file to when creating the README automatically
    when creating a project. Previously this was being
    created and then removed from the main repos directory,
    but this commit uses the python module tempfile to
    use temp.
    
        
file modified
+1 -1