Re: [PATCH 1/3] Move isys and booty into the pyanaconda/ directory, adjust paths to match.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/28/2010 04:41 PM, Chris Lumens wrote:
This is required so the source layout and package layout have a similar enough
structure to make our test setup work.  Without this move, you can't run
"make check" or checkbot without getting error messages about no such module
pyanaconda.booty.
---

Ack!

-from pyanaconda import _isys
+try:
+    from pyanaconda import _isys
+except ImportError:
+    # We're running in some sort of testing mode, in which case we can fix
+    # up PYTHONPATH and just do this basic import.
+    import _isys
+

A chance of fixing the test environment sometime?

Ales

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux