Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 98895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:17:02+00:00 2026-05-11T00:17:02+00:00

I want to use git to allow me to work on several features in

  • 0

I want to use git to allow me to work on several features in a module I’m writing concurrently. I’m currently using SVN, with only one workspace, so I just have the workspace on my PYTHONPATH. I’m realizing this is less than ideal, so I was wondering if anyone could suggest a more ‘proper’ way of doing this.

Let me elaborate with a hypothetical situation: I say I have a module ‘eggs’, with sub-modules ‘foo’ and ‘bar’. Components in ‘bar’ use code in foo, so eggs/bar/a.py may ‘import eggs.foo’.

Say that ‘eggs’ is in a git repository. I want to try out some changes to ‘foo’, so I copy it. The problem is that ‘import eggs.foo’ in eggs/bar finds the original repository in the PYTHONPATH, so it ends up using the old ‘foo’ instead of my modified one.

How do I set myself up such that each copy of the module uses its own associated ‘foo’? Thanks.

edit- Thanks for the pointer to relative imports. I’ve read up on it and I can see how to apply it. One problem I’d have with using it is that I’ve built up a fairly large codebase, and I haven’t been too neat about it so most modules have a quick ‘self-test’ under if __name__ == '__main__':, which from what I’ve read does not play with relative imports:

  • http://mail.python.org/pipermail/python-list/2006-October/408945.html

  • http://www.velocityreviews.com/forums/t502905-relative-import-broken.html

The other solution I’ve been able to google up is to deliberately manipulate sys.path, which seems like an even worse hack. Are there any other possibilities?

edit – Thanks for the suggestions. I’d originally misunderstood git branches, so as pointed out branches are exactly what I want. Nonetheless, I hadn’t heard of relative imports before so thanks for that as well. I’ve learnt something new and may incorporate its use.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:17:02+00:00Added an answer on May 11, 2026 at 12:17 am

    Maybe I’m not understanding correctly, but it seems that git would be the solution here, since git’s branches don’t need separate paths.

    Create a branch for each working version of your eggs module. Then when you checkout that branch, the entire module is changed to a state matching the version of your sub-module. You could then merge what you need back and forth between the branches.

    And as S.Lott pointed out, may a little refactoring couldn’t hurt either 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use git as a local repository against a remote SVN repository.
I want to use PHP writing git hooks but have some problem. I use
we want to use git and one very important thing would be that if
Does anyone know of any SCM(s) (e.g. svn, git, etc) that would allow me
I want to use git archive to make backups of my repository, but the
We are going to use Git where I work, and we have some in
I want to use Git and Github for the development of a project. But
I want to upload (using only ftp) to my server only changes. I have
I want to use git log to show all commits that do not match
Hello I start new project and I want to use git for source control.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.